diff options
author | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2011-09-14 08:38:37 +0000 |
---|---|---|
committer | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2011-09-14 08:38:37 +0000 |
commit | ed5bb57e48d756dbbe503a4ca44583ad24fe5667 (patch) | |
tree | cc051f463ed8293754a14eb3126bb141f36c7f26 /app/views/projects/settings | |
parent | 19bfed994b56efdc158cfe1ec9ea5462d1fe36c1 (diff) | |
download | redmine-ed5bb57e48d756dbbe503a4ca44583ad24fe5667.tar.gz redmine-ed5bb57e48d756dbbe503a4ca44583ad24fe5667.zip |
remove trailing white-spaces from app/views/projects/settings/_modules.html.erb
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@7218 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'app/views/projects/settings')
-rw-r--r-- | app/views/projects/settings/_modules.html.erb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/projects/settings/_modules.html.erb b/app/views/projects/settings/_modules.html.erb index 9e0f92caa..d78f68dd3 100644 --- a/app/views/projects/settings/_modules.html.erb +++ b/app/views/projects/settings/_modules.html.erb @@ -1,7 +1,7 @@ <% form_for :project, @project, :url => { :action => 'modules', :id => @project }, :html => {:id => 'modules-form'} do |f| %> - + <div class="box"> <fieldset> <legend><%= l(:text_select_project_modules) %></legend> |