Project

General

Profile

Defect #42229 » 42229.patch

Go MAEDA, 2025-02-07 08:14

View differences:

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>
(3-3/3)