diff options
author | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2011-09-16 23:56:35 +0000 |
---|---|---|
committer | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2011-09-16 23:56:35 +0000 |
commit | 4397dc1ce7318da3bc9023ad2ef4750417a0b37a (patch) | |
tree | ee155b1578af30792ed39d104d4e639ec9b9546c /app/views | |
parent | 667e98a954551dd4beeb92ae8a9ee4e633afbc80 (diff) | |
download | redmine-4397dc1ce7318da3bc9023ad2ef4750417a0b37a.tar.gz redmine-4397dc1ce7318da3bc9023ad2ef4750417a0b37a.zip |
remove trailing white-spaces from app/views/custom_fields/edit.html.erb
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@7263 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'app/views')
-rw-r--r-- | app/views/custom_fields/edit.html.erb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/custom_fields/edit.html.erb b/app/views/custom_fields/edit.html.erb index 2790c2c9e..8b84ee079 100644 --- a/app/views/custom_fields/edit.html.erb +++ b/app/views/custom_fields/edit.html.erb @@ -1,4 +1,4 @@ -<h2><%= link_to l(:label_custom_field_plural), :controller => 'custom_fields', :action => 'index' %> +<h2><%= link_to l(:label_custom_field_plural), :controller => 'custom_fields', :action => 'index' %> » <%= link_to l(@custom_field.type_name), :controller => 'custom_fields', :action => 'index', :tab => @custom_field.class.name %> » <%=h @custom_field.name %></h2> |