Sha256: 18ac705a4ba7af4f560b95dd76e4330ebe9e28b3e29297b3badef1cca6fafae9

Contents?: true

Size: 260 Bytes

Versions: 4

Compression:

Stored size: 260 Bytes

Contents

<% title(@post.title) %>

<div class="row">
  <div class="col-sm-3"><h3><small><i class="fa fa-calendar"></i>&nbsp;&nbsp;<%= @post.updated_at.strftime("%Y, %B %-d") %></small></h3></div>
  <div class="col-sm-9"><%= @post.content_html.html_safe %></div>
</div>

Version data entries

4 entries across 4 versions & 3 rubygems

Version Path
railsbricks-3.7.0 lib/railsbricks/assets/views/pages/show_post.html.erb
railsbricks-reloaded-3.2.1 lib/railsbricks/assets/views/pages/show_post.html.erb
phoenixbricks-3.2.7 lib/railsbricks/assets/views/pages/show_post.html.erb
phoenixbricks-3.2.6 lib/railsbricks/assets/views/pages/show_post.html.erb