Sha256: b05b81c6749fb15ce53afe76ef47a7cfe647a02ce3c2e777b022a045df2e939b

Contents?: true

Size: 247 Bytes

Versions: 1

Compression:

Stored size: 247 Bytes

Contents

<h1><%= @article.title %></h1>
<%= link_to "Edit", edit_article_path(@article) %>

<p class="small">
  <%= "Published at #{@article.published_at}" if @article.published? %>
  
  Created by <%= @article.author_name %>
</p>
<%= raw @article.body %>

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
content_engine-0.1.0 app/views/content_engine/articles/show.html.erb