Merge pull request #4150 from AntonKhorev/note-table-bootstrap-highlight
Use Bootstrap highlight class in note tables
This commit is contained in:
commit
9174049d6b
2 changed files with 1 additions and 9 deletions
|
@ -21,7 +21,7 @@
|
|||
</tr>
|
||||
</thead>
|
||||
<% @notes.each do |note| -%>
|
||||
<tr<% if note.author == @user %> class="creator"<% end %>>
|
||||
<tr<% if note.author == @user %> class="table-primary"<% end %>>
|
||||
<td>
|
||||
<% if note.closed? %>
|
||||
<%= image_tag("closed_note_marker.png", :alt => "closed", :size => "25x40") %>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue