Skip to content

Commit

Permalink
final
Browse files Browse the repository at this point in the history
  • Loading branch information
danielswei committed Dec 31, 2024
1 parent 71652c1 commit adae8ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/movies/new.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<%= render "form", movie: @movie %>
<br>
<div>
<%= link_to "Back to Movies", movies_path, class: "button" %>
<%= link_to "Back to Movies", movies_path, class: "button", style: "display: inline-block; padding: 10px 15px; background-color: #007bff; color: white; text-decoration: none; border-radius: 5px; text-align: center;" %>
</div>
</div>
</div>

0 comments on commit adae8ef

Please sign in to comment.