Defect #42229 » 42229.patch
| app/views/welcome/index.html.erb | ||
|---|---|---|
| 11 | 11 |
<div class="splitcontentright"> |
| 12 | 12 |
<% if @news.any? %> |
| 13 | 13 |
<div class="news box"> |
| 14 |
<h3><%=l(:label_news_latest)%></h3>
|
|
| 14 |
<h3 class="icon icon-news"><%= sprite_icon('news', l(:label_news_latest))%></h3>
|
|
| 15 | 15 |
<%= render :partial => 'news/news', :collection => @news %> |
| 16 | 16 |
<%= link_to l(:label_news_view_all), :controller => 'news' %> |
| 17 | 17 |
</div> |
- « Previous
- 1
- 2
- 3
- Next »