File tree 1 file changed +10
-14
lines changed
dart/lib/component/itemdetails
1 file changed +10
-14
lines changed Original file line number Diff line number Diff line change 79
79
< td ng-if ="us.hasRole('Justify') "> < div class ="text-center "> < input type ="checkbox " ng-model ="issue.selected_for_justification " /> </ div > </ td >
80
80
< td > {{issue.issue}}</ td >
81
81
< td > {{issue.score}}</ td >
82
- < td ng-if ="issue.has_sub_item "> Related to:
83
- < ul class ="list-unstyled ">
84
- < li ng-repeat ="link in issue.item_links ">
85
- < a href ="#/viewitem/{{link.id}} "> {{link.name}}
86
- </ li >
87
- </ ul >
82
+ < td >
83
+ < span ng-if ="issue.has_sub_item "> Related to:
84
+ < a ng-repeat ="link in issue.item_links " href ="#/viewitem/{{link.id}} "> {{link.name}}</ a >
85
+ </ span >
86
+ {{issue.notes}}
88
87
</ td >
89
- < td ng-if ="!issue.has_sub_item "> {{issue.notes}}</ td >
90
88
</ tr >
91
89
</ table >
92
90
< div ng-if ="us.hasRole('Justify') " class ="panel-footer ">
120
118
< td > {{issue.issue}}</ td >
121
119
< td > {{issue.justification}}</ td >
122
120
< td > {{issue.score}}</ td >
123
- < td ng-if ="issue.has_sub_item "> Related to:
124
- < ul class ="list-unstyled ">
125
- < li ng-repeat ="link in issue.item_links ">
126
- < a href ="#/viewitem/{{link.id}} "> {{link.name}}
127
- </ li >
128
- </ ul >
121
+ < td >
122
+ < span ng-if ="issue.has_sub_item "> Related to:
123
+ < a ng-repeat ="link in issue.item_links " href ="#/viewitem/{{link.id}} "> {{link.name}}</ a >
124
+ </ span >
125
+ {{issue.notes}}
129
126
</ td >
130
- < td ng-if ="!issue.has_sub_item "> {{issue.notes}}</ td >
131
127
< td >
132
128
< button ng-if ="issue.justified_user==user "
133
129
ng-click ="removeJustification(issue.id) "
You can’t perform that action at this time.
0 commit comments