Skip to content

Instantly share code, notes, and snippets.

@bnorberg
Created June 13, 2016 04:29
Show Gist options
  • Save bnorberg/24d5654a720a21b53313b59c57787c6d to your computer and use it in GitHub Desktop.
Save bnorberg/24d5654a720a21b53313b59c57787c6d to your computer and use it in GitHub Desktop.
<p id="notice"><%= notice %></p>
<p>
<strong>Title:</strong>
<%= @topic.title %>
</p>
<p>
<strong>Description:</strong>
<%= @topic.description %>
</p>
<%= link_to 'Edit', edit_topic_path(@topic) %> |
<%= link_to 'Back', topics_path %>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment