Sha256: 2e01a550733526afdf8a72dee7a971513b7613ed054eb8ea05a55329882742ef

Contents?: true

Size: 189 Bytes

Versions: 9

Compression:

Stored size: 189 Bytes

Contents

<% if article.password.blank? %>
  <%= render 'articles/article_content', { :article => article } %>
<% else %>
  <%= render 'articles/password_form', { :article => article } %>
<% end %>

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
publify_core-9.1.0 app/views/articles/_protected_article_content.html.erb
publify_core-9.0.1 app/views/articles/_protected_article_content.html.erb
publify_core-9.0.0 app/views/articles/_protected_article_content.html.erb
publify_core-9.0.0.pre6 app/views/articles/_protected_article_content.html.erb
publify_core-9.0.0.pre5 app/views/articles/_protected_article_content.html.erb
publify_core-9.0.0.pre4 app/views/articles/_protected_article_content.html.erb
publify_core-9.0.0.pre3 app/views/articles/_protected_article_content.html.erb
publify_core-9.0.0.pre2 app/views/articles/_protected_article_content.html.erb
publify_core-9.0.0.pre1 app/views/articles/_protected_article_content.html.erb