Sha256: 007c61a6350cf5e53434030835a372da7870575076a31f6f31f184bc6355c2a7
Contents?: true
Size: 366 Bytes
Versions: 1
Compression:
Stored size: 366 Bytes
Contents
<p id="notice"><%= notice %></p> <% if !@page.category_id.nil? %> <%= link_to @page.category.name, :controller => :categories, :action => :show, :id => @page.category.id %> <% end %> <h1><%= @page.title %></h1> <p><%= @page.summary %></p> <%=raw @markdown.render(@page.body) %> <%= link_to 'Edit', edit_page_path(@page) %> | <%= link_to 'Back', pages_path %>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
vellum-0.0.2 | app/views/vellum/pages/show.html.erb |