Skip to content

Commit

Permalink
add heroku app change
Browse files Browse the repository at this point in the history
  • Loading branch information
YashPhatak committed Sep 16, 2024
1 parent 281013d commit 1c7c9f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/movies/index.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<div class="underline-separator"></div>

<div style="text-align:right;padding-right:5%;">
<%= link_to "+ Add Movie", new_movie_path(sort: params[:sort], direction: params[:direction]), class: 'button-link-2' %>
<%= link_to "+ New Movie", new_movie_path(sort: params[:sort], direction: params[:direction]), class: 'button-link-2' %>
</div>
<div id="movies">
<table>
Expand Down

0 comments on commit 1c7c9f8

Please sign in to comment.