Skip to content

Commit

Permalink
Use existing button class in the demo app
Browse files Browse the repository at this point in the history
  • Loading branch information
janko committed Sep 18, 2021
1 parent 71d11e7 commit a7b36f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion demo/views/albums/_form.erb
Original file line number Diff line number Diff line change
Expand Up @@ -67,5 +67,5 @@
</ul>

<input type="submit" value="Save" class="btn btn-primary" \>
<a href="<%= albums_path %>" class="btn btn-default">&larr; Back to albums</a>
<a href="<%= albums_path %>" class="btn btn-light">&larr; Back to albums</a>
<% end %>

0 comments on commit a7b36f8

Please sign in to comment.