diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2009-12-17 18:52:28 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2009-12-17 18:52:28 +0000 |
commit | 91a493e2c7ca59130f3c4a718e2b07b4448633b9 (patch) | |
tree | 8e9fdd8321e1fcd589c78b3a5545c521af199566 /app/views/news/show.rhtml | |
parent | b8cd280bec05f76c0a889f9650fc1a88b33ddc4e (diff) | |
download | redmine-91a493e2c7ca59130f3c4a718e2b07b4448633b9.tar.gz redmine-91a493e2c7ca59130f3c4a718e2b07b4448633b9.zip |
Removes large icons.
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@3179 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'app/views/news/show.rhtml')
-rw-r--r-- | app/views/news/show.rhtml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/news/show.rhtml b/app/views/news/show.rhtml index 019a14dfd..69c0eab32 100644 --- a/app/views/news/show.rhtml +++ b/app/views/news/show.rhtml @@ -35,7 +35,7 @@ <br /> <div id="comments" style="margin-bottom:16px;"> -<h3 class="icon22 icon22-comment"><%= l(:label_comment_plural) %></h3> +<h3 class="comments"><%= l(:label_comment_plural) %></h3> <% @comments.each do |comment| %> <% next if comment.new_record? %> <div class="contextual"> |