Skip to content

Instantly share code, notes, and snippets.

@alanmaciel
Created February 26, 2018 04:09
Show Gist options
  • Select an option

  • Save alanmaciel/7782ca43aaa107c7ed5c59e8b98233bb to your computer and use it in GitHub Desktop.

Select an option

Save alanmaciel/7782ca43aaa107c7ed5c59e8b98233bb to your computer and use it in GitHub Desktop.
<aside id="sidebar">
<nav>
<ul>
<li class="all-movies">
<%= link_to 'All Movies', movies_path, class: 'button' %>
</li>
<li class="create-movie">
<%= link_to 'Add New Movie', new_movie_path, class: 'button' %>
</li>
</ul>
</nav>
</aside>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment