Skip to content

Instantly share code, notes, and snippets.

@brylor
Created June 23, 2014 23:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save brylor/12a0da54cd7db26fc80a to your computer and use it in GitHub Desktop.
Save brylor/12a0da54cd7db26fc80a to your computer and use it in GitHub Desktop.
<p id="notice"><%= notice %></p>
<p>
<strong>Name:</strong>
<%= @project.name %>
</p>
<%= @project.item.content %>
<%= link_to 'Edit', edit_project_path(@project) %> |
<%= link_to 'Back', projects_path %>
~
~
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment