##// END OF EJS Templates
added an icon on news comments...
Jean-Philippe Lang -
r139:2dc385079844
parent child
Show More
1 NO CONTENT: new file 100644, binary diff hidden
@@ -5,14 +5,14
5 5
6 6 <h2><%=h @news.title %></h2>
7 7
8 <p><em><%=h @news.summary %><br />
8 <p><em><% unless @news.summary.empty? %><%=h @news.summary %><br /><% end %>
9 9 <%= @news.author.display_name %>, <%= format_time(@news.created_on) %></em></p>
10 10 <br />
11 11 <%= textilizable auto_link @news.description %>
12 12 <br />
13 13
14 14 <div id="comments" style="margin-bottom:16px;">
15 <h3><%= l(:label_comment_plural) %></h3>
15 <h3 class="icon comment"><%= l(:label_comment_plural) %></h3>
16 16 <% @news.comments.each do |comment| %>
17 17 <% next if comment.new_record? %>
18 18 <h4><%= format_time(comment.created_on) %> - <%= comment.author.name %></h4>
@@ -151,6 +151,7 background-color: #80b0da;
151 151 .folder { background-image: url(../images/folder.png); }
152 152 .file { background-image: url(../images/file.png); }
153 153 .attachment { background-image: url(../images/attachment.png); }
154 .comment { background-image: url(../images/comment.png); }
154 155
155 156 /**************** Content styles ****************/
156 157
1 NO CONTENT: file was removed, binary diff hidden
General Comments 0
You need to be logged in to leave comments. Login now