Skip to content

Latest commit

 

History

History
45 lines (31 loc) · 535 Bytes

File metadata and controls

45 lines (31 loc) · 535 Bytes

Hide Summary link in issue list

Hide Summary link in issue list.
チケット一覧のサマリーリンクを表示にします。

Setting

Path Pattern

None

Insert Position

Head of all pages

Code

CSS

a[href$="/issues/report"] {
  display: none;
}

Result

Before

before

After

after