Added some new view hooks to the welcome page.
* :view_welcome_index_left * :view_welcome_index_right git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@2687 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
parent
1be0b8f0cb
commit
5ab582387e
|
@ -9,6 +9,7 @@
|
|||
<%= link_to l(:label_news_view_all), :controller => 'news' %>
|
||||
</div>
|
||||
<% end %>
|
||||
<%= call_hook(:view_welcome_index_left, :projects => @projects) %>
|
||||
</div>
|
||||
|
||||
<div class="splitcontentright">
|
||||
|
@ -25,6 +26,7 @@
|
|||
</ul>
|
||||
</div>
|
||||
<% end %>
|
||||
<%= call_hook(:view_welcome_index_right, :projects => @projects) %>
|
||||
</div>
|
||||
|
||||
<% content_for :header_tags do %>
|
||||
|
|
Loading…
Reference in New Issue