1 | NO CONTENT: new file 100644, binary diff hidden |
|
NO CONTENT: new file 100644, binary diff hidden |
@@ -42,7 +42,7 | |||||
42 | <tbody> |
|
42 | <tbody> | |
43 | <% @topics.each do |topic| %> |
|
43 | <% @topics.each do |topic| %> | |
44 | <tr class="message <%= cycle 'odd', 'even' %> <%= topic.sticky? ? 'sticky' : '' %> <%= topic.locked? ? 'locked' : '' %>"> |
|
44 | <tr class="message <%= cycle 'odd', 'even' %> <%= topic.sticky? ? 'sticky' : '' %> <%= topic.locked? ? 'locked' : '' %>"> | |
45 |
<td class="subject"><%= link_to h(topic.subject), { :controller => 'messages', :action => 'show', :board_id => @board, :id => topic } |
|
45 | <td class="subject"><%= link_to h(topic.subject), { :controller => 'messages', :action => 'show', :board_id => @board, :id => topic } %></td> | |
46 | <td class="author" align="center"><%= topic.author %></td> |
|
46 | <td class="author" align="center"><%= topic.author %></td> | |
47 | <td class="created_on" align="center"><%= format_time(topic.created_on) %></td> |
|
47 | <td class="created_on" align="center"><%= format_time(topic.created_on) %></td> | |
48 | <td class="replies" align="center"><%= topic.replies_count %></td> |
|
48 | <td class="replies" align="center"><%= topic.replies_count %></td> |
@@ -137,9 +137,11 table.files tr.file td.digest { font-size: 80%; } | |||||
137 | table.members td.roles, table.memberships td.roles { width: 45%; } |
|
137 | table.members td.roles, table.memberships td.roles { width: 45%; } | |
138 |
|
138 | |||
139 | tr.message { height: 2.6em; } |
|
139 | tr.message { height: 2.6em; } | |
140 | tr.message td.last_message { font-size: 80%; } |
|
140 | tr.message td.subject { padding-left: 20px; } | |
141 | tr.message.locked td.subject a { background-image: url(../images/locked.png); } |
|
141 | tr.message td.created_on { white-space: nowrap; } | |
142 | tr.message.sticky td.subject a { background-image: url(../images/sticky.png); font-weight: bold; } |
|
142 | tr.message td.last_message { font-size: 80%; white-space: nowrap; } | |
|
143 | tr.message.locked td.subject { background: url(../images/locked.png) no-repeat 0 1px; } | |||
|
144 | tr.message.sticky td.subject { background: url(../images/bullet_go.png) no-repeat 0 1px; font-weight: bold; } | |||
143 |
|
145 | |||
144 | tr.version.closed, tr.version.closed a { color: #999; } |
|
146 | tr.version.closed, tr.version.closed a { color: #999; } | |
145 | tr.version td.name { padding-left: 20px; } |
|
147 | tr.version td.name { padding-left: 20px; } |
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