Sha256: 725b68aef163501ca6a40cd9cbcdf87e423c7d2e1baecf392946c251a57b5cfe

Contents?: true

Size: 194 Bytes

Versions: 4

Compression:

Stored size: 194 Bytes

Contents

<h1><%= @post.name %></h1>
<div class="meta">posted <%= @post.created_at.strftime('%m.%d.%Y').gsub(/^0/, '').gsub(/\.0/, '.') %></div>
<%= raw Mustache.render(::Template.post, @post.as_json) %>

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
grandstand-0.2.4 app/views/posts/show.html.erb
grandstand-0.2.3 app/views/posts/show.html.erb
grandstand-0.2.2 app/views/posts/show.html.erb
grandstand-0.2.1 app/views/posts/show.html.erb