Sha256: 2ed388206abd4312293ae0b14d17af8b49dac7eb5fb4d80e767296970dc4c122

Contents?: true

Size: 756 Bytes

Versions: 1

Compression:

Stored size: 756 Bytes

Contents

<p id="notice"><%= notice %></p>
<%= link_to 'Edit', edit_article_path(@article) %> |
<%= link_to 'Back', articles_path %>
<p>
  <strong>Title:</strong>
  <%= @article.title %>
</p>

<p>
  <strong>Slug:</strong>
  <%= @article.slug %>
</p>

<p>
  <strong>Locale:</strong>
  <%= @article.locale %>
</p>

<p>
  <strong>Published at:</strong>
  <%= @article.published_at %>
</p>


<p>
  <strong>Tags:</strong>
  <%= @article.tag_list.to_sentence %>
</p>

<p>
  <strong>Categories:</strong>
  <%= @article.category_list.to_sentence %>
</p>

<p>
  <strong>Admin Tags:</strong>
  <%= @article.admin_tag_list.to_sentence %>
</p>

<p>
  <strong>Author:</strong>
  <%= @article.author_id %>
</p>

<p>
  <strong>Body:</strong>
  <%= @article.body.html_safe %>
</p>

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
supportify-0.0.01 app/views/supportify/articles/show.html.erb