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.

18 lines
320 B

<header>
<div class="logo">
<%= image_tag 'logo.png' %>
<span>
The Sins We Commit
</span>
</div>
<nav>
<% if current_user %>
<a href="<%= new_transgression_path %>">
Please me, mortal!
</a>
<% end %>
</nav>
</header>
<%= javascript_include_tag 'login_signup.js' %>