Skip to content

Commit

Permalink
adding styling to index
Browse files Browse the repository at this point in the history
  • Loading branch information
vivek-somarapu committed Dec 31, 2024
1 parent 2946a5f commit 35cff83
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions app/assets/stylesheets/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@ a {
color: black;
}

h1 {
text-align: center;
}

.asc {
color: blue;
}
Expand Down
2 changes: 1 addition & 1 deletion app/views/movies/edit.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@

<div>
<%= link_to "Show this movie", @movie %> |
<%= link_to "Back to movies", movies_path %>
<%= link_to "Back to movies", movies_path(sort: params[:sort], direction: params[:direction]) %>
</div>

0 comments on commit 35cff83

Please sign in to comment.