Skip to content

Commit

Permalink
align read more button to the center (publiclab#2317)
Browse files Browse the repository at this point in the history
  • Loading branch information
noordean authored and Souravirus committed Mar 12, 2018
1 parent f9290a4 commit cc2e1b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/notes/_notes.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
<% end %>
<p>
<% if logged_in_as(['admin','moderator']) %><a class="btn btn-default" href="/moderate/spam/<%= node.id %>"><i class="fa fa-ban"></i> <%= t('notes._notes.spam') %></a><% end %>
<a class="btn btn-default" style="float: right;" href="<%= node.path %>"><%= t('notes._notes.read_more') %></a>
<a class="btn btn-default" href="<%= node.path %>"><%= t('notes._notes.read_more') %></a>
</p>
<% end %>
<% if params[:mod] %>
Expand Down

0 comments on commit cc2e1b8

Please sign in to comment.