##// END OF EJS Templates
replace tabs to spaces at app/views/welcome/index.html.erb...
Toshi MARUYAMA -
r7184:054584b202d0
parent child
Show More
@@ -4,9 +4,9
4 <%= textilizable Setting.welcome_text %>
4 <%= textilizable Setting.welcome_text %>
5 <% if @news.any? %>
5 <% if @news.any? %>
6 <div class="news box">
6 <div class="news box">
7 <h3><%=l(:label_news_latest)%></h3>
7 <h3><%=l(:label_news_latest)%></h3>
8 <%= render :partial => 'news/news', :collection => @news %>
8 <%= render :partial => 'news/news', :collection => @news %>
9 <%= link_to l(:label_news_view_all), :controller => 'news' %>
9 <%= link_to l(:label_news_view_all), :controller => 'news' %>
10 </div>
10 </div>
11 <% end %>
11 <% end %>
12 <%= call_hook(:view_welcome_index_left, :projects => @projects) %>
12 <%= call_hook(:view_welcome_index_left, :projects => @projects) %>
@@ -14,22 +14,22
14
14
15 <div class="splitcontentright">
15 <div class="splitcontentright">
16 <% if @projects.any? %>
16 <% if @projects.any? %>
17 <div class="projects box">
17 <div class="projects box">
18 <h3><%=l(:label_project_latest)%></h3>
18 <h3><%=l(:label_project_latest)%></h3>
19 <ul>
19 <ul>
20 <% for project in @projects %>
20 <% for project in @projects %>
21 <% @project = project %>
21 <% @project = project %>
22 <li>
22 <li>
23 <%= link_to_project project %> (<%= format_time(project.created_on) %>)
23 <%= link_to_project project %> (<%= format_time(project.created_on) %>)
24 <%= textilizable project.short_description, :project => project %>
24 <%= textilizable project.short_description, :project => project %>
25 </li>
25 </li>
26 <% end %>
26 <% end %>
27 <% @project = nil %>
27 <% @project = nil %>
28 </ul>
28 </ul>
29 </div>
29 </div>
30 <% end %>
30 <% end %>
31 <%= call_hook(:view_welcome_index_right, :projects => @projects) %>
31 <%= call_hook(:view_welcome_index_right, :projects => @projects) %>
32 </div>
32 </div>
33
33
34 <% content_for :header_tags do %>
34 <% content_for :header_tags do %>
35 <%= stylesheet_link_tag 'scm' %>
35 <%= stylesheet_link_tag 'scm' %>
General Comments 0
You need to be logged in to leave comments. Login now