|
1 | NO CONTENT: new file 100644, binary diff hidden |
@@ -42,7 +42,7 | |||
|
42 | 42 | <tbody> |
|
43 | 43 | <% @topics.each do |topic| %> |
|
44 | 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 | 46 | <td class="author" align="center"><%= topic.author %></td> |
|
47 | 47 | <td class="created_on" align="center"><%= format_time(topic.created_on) %></td> |
|
48 | 48 | <td class="replies" align="center"><%= topic.replies_count %></td> |
@@ -137,9 +137,11 table.files tr.file td.digest { font-size: 80%; } | |||
|
137 | 137 | table.members td.roles, table.memberships td.roles { width: 45%; } |
|
138 | 138 | |
|
139 | 139 | tr.message { height: 2.6em; } |
|
140 | tr.message td.last_message { font-size: 80%; } | |
|
141 | tr.message.locked td.subject a { background-image: url(../images/locked.png); } | |
|
142 | tr.message.sticky td.subject a { background-image: url(../images/sticky.png); font-weight: bold; } | |
|
140 | tr.message td.subject { padding-left: 20px; } | |
|
141 | tr.message td.created_on { white-space: nowrap; } | |
|
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 | 146 | tr.version.closed, tr.version.closed a { color: #999; } |
|
145 | 147 | tr.version td.name { padding-left: 20px; } |
|
1 | NO CONTENT: file was removed, binary diff hidden |
General Comments 0
You need to be logged in to leave comments.
Login now