summaryrefslogtreecommitdiffstats
path: root/app/views/roles/list.rhtml
diff options
context:
space:
mode:
authorJean-Philippe Lang <jp_lang@yahoo.fr>2008-03-17 20:02:51 +0000
committerJean-Philippe Lang <jp_lang@yahoo.fr>2008-03-17 20:02:51 +0000
commit8cb5acf4537141292dd785f66b48acd6dba3b4de (patch)
tree656ac717acaa78fac1fec5ee31758cb6f983b707 /app/views/roles/list.rhtml
parent030afe74281672852836f6688093a9a988a60e72 (diff)
downloadredmine-8cb5acf4537141292dd785f66b48acd6dba3b4de.tar.gz
redmine-8cb5acf4537141292dd785f66b48acd6dba3b4de.zip
Add some tests on RolesController.
git-svn-id: http://redmine.rubyforge.org/svn/trunk@1269 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'app/views/roles/list.rhtml')
-rw-r--r--app/views/roles/list.rhtml1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/views/roles/list.rhtml b/app/views/roles/list.rhtml
index 202fdf41c..93b821387 100644
--- a/app/views/roles/list.rhtml
+++ b/app/views/roles/list.rhtml
@@ -24,6 +24,7 @@
</td>
<td align="center" style="width:10%;">
<%= button_to(l(:button_delete), { :action => 'destroy', :id => role }, :confirm => l(:text_are_you_sure), :class => "button-small", :disabled => role.builtin? ) %>
+ </td>
</tr>
<% end %>
</tbody>