1 | NO CONTENT: new file 100644, binary diff hidden |
|
NO CONTENT: new file 100644, binary diff hidden |
@@ -5,14 +5,14 | |||||
5 |
|
5 | |||
6 | <h2><%=h @news.title %></h2> |
|
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 | <%= @news.author.display_name %>, <%= format_time(@news.created_on) %></em></p> |
|
9 | <%= @news.author.display_name %>, <%= format_time(@news.created_on) %></em></p> | |
10 | <br /> |
|
10 | <br /> | |
11 | <%= textilizable auto_link @news.description %> |
|
11 | <%= textilizable auto_link @news.description %> | |
12 | <br /> |
|
12 | <br /> | |
13 |
|
13 | |||
14 | <div id="comments" style="margin-bottom:16px;"> |
|
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 | <% @news.comments.each do |comment| %> |
|
16 | <% @news.comments.each do |comment| %> | |
17 | <% next if comment.new_record? %> |
|
17 | <% next if comment.new_record? %> | |
18 | <h4><%= format_time(comment.created_on) %> - <%= comment.author.name %></h4> |
|
18 | <h4><%= format_time(comment.created_on) %> - <%= comment.author.name %></h4> |
@@ -151,6 +151,7 background-color: #80b0da; | |||||
151 | .folder { background-image: url(../images/folder.png); } |
|
151 | .folder { background-image: url(../images/folder.png); } | |
152 | .file { background-image: url(../images/file.png); } |
|
152 | .file { background-image: url(../images/file.png); } | |
153 | .attachment { background-image: url(../images/attachment.png); } |
|
153 | .attachment { background-image: url(../images/attachment.png); } | |
|
154 | .comment { background-image: url(../images/comment.png); } | |||
154 |
|
155 | |||
155 | /**************** Content styles ****************/ |
|
156 | /**************** Content styles ****************/ | |
156 |
|
157 |
1 | NO CONTENT: file was removed, binary diff hidden |
|
NO CONTENT: file was removed, binary diff hidden |
General Comments 0
You need to be logged in to leave comments.
Login now