module-and-template-store/app/views/extensions/show.html.erb

15 lines
256 B
Plaintext

<p id="notice"><%= notice %></p>
<p>
<strong>Title:</strong>
<%= @extension.title %>
</p>
<p>
<strong>Author:</strong>
<%= @extension.author %>
</p>
<%= link_to 'Edit', edit_extension_path(@extension) %> |
<%= link_to 'Back', extensions_path %>