Sha256: a966032740801f679426b71845fa16735f5c7193796313b73efbe45b2353592e
Contents?: true
Size: 413 Bytes
Versions: 2
Compression:
Stored size: 413 Bytes
Contents
<%= render :partial => 'left' %> <h1 class="posts icon"> <%= @post.name %> <%= button_link_to('Edit', edit_grandstand_post_path(@post), :icon => 'edit') %> <%= button_link_to('Delete', delete_grandstand_post_path(@post), :class => 'remote', :icon => 'delete') %> </h1> <div class="quiet"><%= link_to url = post_url(@post.posted_at.year, @post.posted_at.month, @post.url), url %></div> <%= raw @post.body %>
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
grandstand-0.2.7 | app/views/grandstand/posts/show.html.erb |
grandstand-0.2.6 | app/views/grandstand/posts/show.html.erb |