aboutsummaryrefslogtreecommitdiffstats
path: root/app/views/snippets/show.html.erb
blob: 9e59d7a655eb03952ad72c791cedc9cc03c5a83a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<p id="notice"><%= notice %></p>

<p>
  <strong>Title:</strong>
  <%= @snippet.title %>
</p>

<p>
  <strong>Code:</strong>
  <%= @snippet.code %>
</p>

<%= link_to 'Edit', edit_snippet_path(@snippet) %> |
<%= link_to 'Back', snippets_path %>