summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGo MAEDA <maeda@farend.jp>2025-02-07 08:01:25 +0000
committerGo MAEDA <maeda@farend.jp>2025-02-07 08:01:25 +0000
commitc763986382ac4a53b98f603b6212511f08ef42cd (patch)
treea6c33a3f25a8c10f81faad78f9c51175e991d9b8
parent3696876a8fcd432a14acdffda031c1fe06d5516e (diff)
downloadredmine-c763986382ac4a53b98f603b6212511f08ef42cd.tar.gz
redmine-c763986382ac4a53b98f603b6212511f08ef42cd.zip
Merged r23493 from trunk to 6.0-stable (#42229).
git-svn-id: https://svn.redmine.org/redmine/branches/6.0-stable@23494 e93f8b46-1217-0410-a6f0-8f06a7374b81
-rw-r--r--app/views/welcome/index.html.erb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/welcome/index.html.erb b/app/views/welcome/index.html.erb
index 990fc03fb..7211818f3 100644
--- a/app/views/welcome/index.html.erb
+++ b/app/views/welcome/index.html.erb
@@ -11,7 +11,7 @@
<div class="splitcontentright">
<% if @news.any? %>
<div class="news box">
- <h3><%=l(:label_news_latest)%></h3>
+ <h3 class="icon icon-news"><%= sprite_icon('news', l(:label_news_latest))%></h3>
<%= render :partial => 'news/news', :collection => @news %>
<%= link_to l(:label_news_view_all), :controller => 'news' %>
</div>