diff options
author | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2011-09-17 08:03:56 +0000 |
---|---|---|
committer | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2011-09-17 08:03:56 +0000 |
commit | 054584b202d050941ce5d093afa1239b05886090 (patch) | |
tree | d78e1f28598d6811089f68be983d2539a1ee1092 /app/views/welcome | |
parent | 6068784b10ba2e76ce1260320e427fd6a0fc95ba (diff) | |
download | redmine-054584b202d050941ce5d093afa1239b05886090.tar.gz redmine-054584b202d050941ce5d093afa1239b05886090.zip |
replace tabs to spaces at app/views/welcome/index.html.erb
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@7304 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'app/views/welcome')
-rw-r--r-- | app/views/welcome/index.html.erb | 34 |
1 files changed, 17 insertions, 17 deletions
diff --git a/app/views/welcome/index.html.erb b/app/views/welcome/index.html.erb index e9e5944f7..125f9dd8a 100644 --- a/app/views/welcome/index.html.erb +++ b/app/views/welcome/index.html.erb @@ -4,9 +4,9 @@ <%= textilizable Setting.welcome_text %> <% if @news.any? %> <div class="news box"> - <h3><%=l(:label_news_latest)%></h3> - <%= render :partial => 'news/news', :collection => @news %> - <%= link_to l(:label_news_view_all), :controller => 'news' %> + <h3><%=l(:label_news_latest)%></h3> + <%= render :partial => 'news/news', :collection => @news %> + <%= link_to l(:label_news_view_all), :controller => 'news' %> </div> <% end %> <%= call_hook(:view_welcome_index_left, :projects => @projects) %> @@ -14,22 +14,22 @@ <div class="splitcontentright"> <% if @projects.any? %> - <div class="projects box"> - <h3><%=l(:label_project_latest)%></h3> - <ul> - <% for project in @projects %> - <% @project = project %> - <li> - <%= link_to_project project %> (<%= format_time(project.created_on) %>) - <%= textilizable project.short_description, :project => project %> - </li> - <% end %> + <div class="projects box"> + <h3><%=l(:label_project_latest)%></h3> + <ul> + <% for project in @projects %> + <% @project = project %> + <li> + <%= link_to_project project %> (<%= format_time(project.created_on) %>) + <%= textilizable project.short_description, :project => project %> + </li> + <% end %> <% @project = nil %> - </ul> - </div> - <% end %> + </ul> + </div> + <% end %> <%= call_hook(:view_welcome_index_right, :projects => @projects) %> -</div> +</div> <% content_for :header_tags do %> <%= stylesheet_link_tag 'scm' %> |