Revision 1007:3e52bc15dd67 app/views/welcome
| app/views/welcome/index.html.erb | ||
|---|---|---|
| 20 | 20 |
<%= link_to l(:label_news_more), { :controller => 'projects', :action => @site_project.identifier, :id => 'news' } %>
|
| 21 | 21 |
</div> |
| 22 | 22 |
<% end %> |
| 23 |
<% if @projects.any? %> |
|
| 24 | 23 |
<div class="projects box"> |
| 25 | 24 |
<h3><%=l(:label_project_latest)%></h3> |
| 26 | 25 |
<%= render :partial => 'projects/latest' %> |
| ... | ... | |
| 36 | 35 |
<%= render :partial => 'activities/busy' %> |
| 37 | 36 |
<%= link_to l(:label_projects_more), :controller => 'projects' %> |
| 38 | 37 |
</div> |
| 39 |
<% end %> |
|
| 40 | 38 |
<%= call_hook(:view_welcome_index_right, :projects => @projects) %> |
| 41 | 39 |
</div> |
| 42 | 40 |
|
Also available in: Unified diff