From: Toshi MARUYAMA Date: Sat, 17 Sep 2011 08:03:56 +0000 (+0000) Subject: replace tabs to spaces at app/views/welcome/index.html.erb X-Git-Tag: 1.3.0~664 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=054584b202d050941ce5d093afa1239b05886090;p=redmine.git 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 --- 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? %>
-

<%=l(:label_news_latest)%>

- <%= render :partial => 'news/news', :collection => @news %> - <%= link_to l(:label_news_view_all), :controller => 'news' %> +

<%=l(:label_news_latest)%>

+ <%= render :partial => 'news/news', :collection => @news %> + <%= link_to l(:label_news_view_all), :controller => 'news' %>
<% end %> <%= call_hook(:view_welcome_index_left, :projects => @projects) %> @@ -14,22 +14,22 @@
<% if @projects.any? %> -
-

<%=l(:label_project_latest)%>

-
    - <% for project in @projects %> - <% @project = project %> -
  • - <%= link_to_project project %> (<%= format_time(project.created_on) %>) - <%= textilizable project.short_description, :project => project %> -
  • - <% end %> +
    +

    <%=l(:label_project_latest)%>

    +
      + <% for project in @projects %> + <% @project = project %> +
    • + <%= link_to_project project %> (<%= format_time(project.created_on) %>) + <%= textilizable project.short_description, :project => project %> +
    • + <% end %> <% @project = nil %> -
    -
    - <% end %> +
+
+ <% end %> <%= call_hook(:view_welcome_index_right, :projects => @projects) %> -
+ <% content_for :header_tags do %> <%= stylesheet_link_tag 'scm' %>