diff options
Diffstat (limited to 'templates/web/zurich/admin/index-sdm.html')
-rw-r--r-- | templates/web/zurich/admin/index-sdm.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/web/zurich/admin/index-sdm.html b/templates/web/zurich/admin/index-sdm.html index c4659d56c..3d15940f7 100644 --- a/templates/web/zurich/admin/index-sdm.html +++ b/templates/web/zurich/admin/index-sdm.html @@ -19,7 +19,7 @@ <th>[% loc('Title') %]</th> <th>[% loc('Category') %]</th> <th>[% loc('Created') %]</th> - <!-- <th>*</th> --> + <th>*</th> </tr> [%- FOR problem IN problems %] <tr[% ' class="adminhidden"' IF problem.state == 'hidden' %]> @@ -27,7 +27,7 @@ <td>[% PROCESS value_or_nbsp value=problem.title %]</td> <td>[% problem.category %]</td> <td>[% PROCESS format_time time=problem.created %]</td> - <!-- <td><a href="[% c.uri_for( 'report_edit', problem.id ) %]">[% loc('Edit') %]</a></td> --> + <td><a href="[% c.uri_for( 'report_edit', problem.id ) %]">[% loc('Edit') %]</a></td> </tr> [%- END -%] </table> |