diff options
author | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2013-08-07 23:48:03 +0000 |
---|---|---|
committer | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2013-08-07 23:48:03 +0000 |
commit | c93dd877e93382b077f23ccebc966dc31b1fd184 (patch) | |
tree | 54b0b688f1ad9c4037e1776be8ad0914317b9481 /app | |
parent | e05f54819b68f5017bc1e9815491960e9fb3c51a (diff) | |
download | redmine-c93dd877e93382b077f23ccebc966dc31b1fd184.tar.gz redmine-c93dd877e93382b077f23ccebc966dc31b1fd184.zip |
code format cleanup app/views/projects/index.html.erb
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@12090 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'app')
-rw-r--r-- | app/views/projects/index.html.erb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/views/projects/index.html.erb b/app/views/projects/index.html.erb index 621ffd5f1..504ac0266 100644 --- a/app/views/projects/index.html.erb +++ b/app/views/projects/index.html.erb @@ -11,10 +11,10 @@ :id => nil } %> </div> -<h2><%=l(:label_project_plural)%></h2> +<h2><%= l(:label_project_plural) %></h2> <div id="projects-index"> -<%= render_project_hierarchy(@projects)%> +<%= render_project_hierarchy(@projects) %> </div> <% if User.current.logged? %> |