summaryrefslogtreecommitdiff
path: root/app/views/servers/_form.html.erb
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@sbcglobal.net>2014-06-30 10:26:26 -0400
committerLuke Shumaker <lukeshu@sbcglobal.net>2014-06-30 10:26:26 -0400
commit7f6458d67fa9e7f67e18e97ac61d5575dd1ccb21 (patch)
treec3f24047853a693cf889bbc00b436758d4c154a0 /app/views/servers/_form.html.erb
parenta8617d93a18ba0f1765fc58c38c26f51e2ff975d (diff)
parente2796a3f26c200123f81a9957b84378aad6fc952 (diff)
Merge branch 'css-rewrite'
Diffstat (limited to 'app/views/servers/_form.html.erb')
-rw-r--r--app/views/servers/_form.html.erb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/servers/_form.html.erb b/app/views/servers/_form.html.erb
index fd887f3..22e3e82 100644
--- a/app/views/servers/_form.html.erb
+++ b/app/views/servers/_form.html.erb
@@ -6,7 +6,7 @@
<legend>Default permissions for new users</legend>
<ul>
<% @server.default_user_abilities.keys.each do |ability| %>
- <li><label><%= a.check_box(ability) %> <%= ability.to_s.humanize %></label></li>
+ <li><%= a.check_box(ability) %> <%= a.label(ability) %></li>
<% end %>
</ul>
</fieldset>