Skip to content

Commit

Permalink
Remove issue ref column
Browse files Browse the repository at this point in the history
  • Loading branch information
Headscracher committed Aug 30, 2024
1 parent cce10a1 commit efc19b7
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions app/modules/components/issues-table/issues-table.jade
Original file line number Diff line number Diff line change
Expand Up @@ -90,16 +90,6 @@ section.issues-table.basic-table(ng-class="{empty: !ctrl.issues.length}")
class="arrow-down"
d="M11.6232 9.42892C12.5713 9.42892 12.9872 10.6252 12.2435 11.2133L8.62027 14.0784C8.25672 14.3659 7.74328 14.3659 7.37973 14.0784L3.75652 11.2133C3.01283 10.6252 3.42868 9.42892 4.37679 9.42892H11.6232Z")

div.subject(data-fieldname="ref")
span {{"ISSUES.TABLE.COLUMNS.ISSUE" | translate}}
svg(viewBox="0 0 16 16")
path(
class="arrow-up"
d="M11.6232 6.57199C12.5713 6.57199 12.9872 5.37569 12.2435 4.7876L8.62027 1.92248C8.25672 1.635 7.74328 1.635 7.37973 1.92248L3.75652 4.7876C3.01283 5.37569 3.42868 6.57199 4.37679 6.57199L11.6232 6.57199Z")
path(
class="arrow-down"
d="M11.6232 9.42892C12.5713 9.42892 12.9872 10.6252 12.2435 11.2133L8.62027 14.0784C8.25672 14.3659 7.74328 14.3659 7.37973 14.0784L3.75652 11.2133C3.01283 10.6252 3.42868 9.42892 4.37679 9.42892H11.6232Z")

div.issue-field(data-fieldname="status")
span {{"ISSUES.TABLE.COLUMNS.STATUS" | translate}}
svg(viewBox="0 0 16 16")
Expand Down

0 comments on commit efc19b7

Please sign in to comment.