You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
424 B
13 lines
424 B
<header>
|
|
<div class="alert alert-primary" role="alert">
|
|
<h1>The only movies that actually matter</h1>
|
|
<%= link_to image_tag("logo.png"), root_path %>
|
|
</div>
|
|
<ul class="left">
|
|
<li><%= link_to "All Movies", movies_path, class: "btn" %></li>
|
|
</ul>
|
|
<ul class="right">
|
|
<li><%= link_to "Sign Up", signup_path, class: "button btn" %></li>
|
|
</ul>
|
|
</header>
|