From: Jean-Philippe Lang Date: Sat, 6 Jun 2015 07:21:07 +0000 (+0000) Subject: Replaces hard-coded strings in views (#19707). X-Git-Tag: 3.1.0~89 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=e3e80c0df1fe734b6cfdd0aeb918e1fb487c62d6;p=redmine.git Replaces hard-coded strings in views (#19707). Patch by Mischa The Evil. git-svn-id: http://svn.redmine.org/redmine/trunk@14297 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- diff --git a/app/views/roles/_form.html.erb b/app/views/roles/_form.html.erb index 8feab5d92..33fc08d5e 100644 --- a/app/views/roles/_form.html.erb +++ b/app/views/roles/_form.html.erb @@ -18,16 +18,16 @@ <% unless @role.builtin? %>

- + <% Role.givable.sorted.each do |role| %>