Skip to content

Commit

Permalink
Even treatment of heading on /wiki (publiclab#2232)
Browse files Browse the repository at this point in the history
  • Loading branch information
SidharthBansal authored and jywarren committed Feb 5, 2018
1 parent d612d41 commit c6e36af
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/views/wiki/_wikis.html.erb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<table class="table">
<tr>
<%= raw t('wiki._wikis.table_content') %>
<th><i class="fa fa-star-o"></i> <%= t('wiki._wikis.likes') %></th>
<th> <%= t('wiki._wikis.likes') %></th>
</tr>
<% @wikis.each do |wiki| %>
<tr>
Expand All @@ -18,4 +18,4 @@
</tr>
<% end %>
</table>
<%= will_paginate @wikis, :renderer => BootstrapPagination::Rails if @paginated %>
<%= will_paginate @wikis, :renderer => BootstrapPagination::Rails if @paginated %>

0 comments on commit c6e36af

Please sign in to comment.