summaryrefslogtreecommitdiffstats
path: root/app/views/queries/_form.rhtml
diff options
context:
space:
mode:
authorJean-Philippe Lang <jp_lang@yahoo.fr>2007-09-30 15:32:03 +0000
committerJean-Philippe Lang <jp_lang@yahoo.fr>2007-09-30 15:32:03 +0000
commit665497f5fbdf95a806ca49a2da77aa5c82d5e64a (patch)
tree0263a63749aabe1d839820c9292d3cd2d5da4007 /app/views/queries/_form.rhtml
parentdc74a1780fa27a0256afcbdc9f1a4bea5fa84059 (diff)
downloadredmine-665497f5fbdf95a806ca49a2da77aa5c82d5e64a.tar.gz
redmine-665497f5fbdf95a806ca49a2da77aa5c82d5e64a.zip
Fixed: Manage pu(b)lic queries typo (Thomas Lecavelier).
As this fix modifies manage_public_queries permission symbol, this permission has to re-entered. git-svn-id: http://redmine.rubyforge.org/svn/trunk@778 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'app/views/queries/_form.rhtml')
-rw-r--r--app/views/queries/_form.rhtml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/queries/_form.rhtml b/app/views/queries/_form.rhtml
index d641fa0b5..28b6479e5 100644
--- a/app/views/queries/_form.rhtml
+++ b/app/views/queries/_form.rhtml
@@ -5,7 +5,7 @@
<p><label for="query_name"><%=l(:field_name)%></label>
<%= text_field 'query', 'name', :size => 80 %></p>
-<% if current_role.allowed_to?(:manage_pulic_queries) %>
+<% if current_role.allowed_to?(:manage_public_queries) %>
<p><label for="query_is_public"><%=l(:field_is_public)%></label>
<%= check_box 'query', 'is_public' %></p>
<% end %>