more bootstrap styling

This commit is contained in:
Kris
2024-02-03 11:03:02 -05:00
parent f2fee7965a
commit 4fcec416f8
6 changed files with 14 additions and 13 deletions

View File

@@ -6,7 +6,7 @@
<% @suggestions.each do |suggestion| %>
<%= render suggestion %>
<p>
<%= link_to "Show this suggestion", suggestion %>
<%= link_to "View this suggestion", suggestion, class: 'btn btn-sm btn-secondary' %>
</p>
<% end %>
</div>