diff options
author | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2011-09-17 06:01:33 +0000 |
---|---|---|
committer | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2011-09-17 06:01:33 +0000 |
commit | bbda20f72ed122892e04a7277f3376d7b8de8e2a (patch) | |
tree | 85b8e78836c78f85c4d798481929a5a2b453292f /app/views/roles | |
parent | ab2efe8f3d3a7b96536a481c9f7aa5fc2905c362 (diff) | |
download | redmine-bbda20f72ed122892e04a7277f3376d7b8de8e2a.tar.gz redmine-bbda20f72ed122892e04a7277f3376d7b8de8e2a.zip |
remove trailing white-spaces from app/views/roles/_form.html.erb
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@7296 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'app/views/roles')
-rw-r--r-- | app/views/roles/_form.html.erb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/roles/_form.html.erb b/app/views/roles/_form.html.erb index 232a72582..5e6f61843 100644 --- a/app/views/roles/_form.html.erb +++ b/app/views/roles/_form.html.erb @@ -1,4 +1,4 @@ -<%= error_messages_for 'role' %> +<%= error_messages_for 'role' %> <div class="box"> <% unless @role.builtin? %> |