Skip to content

Commit

Permalink
Added basics to the Article Show Page (#654)
Browse files Browse the repository at this point in the history
  • Loading branch information
mesternefeld authored and andymeneely committed Jan 24, 2020
1 parent dab5f0c commit ed6871d
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion app/views/articles/show.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,15 @@
<%= @article.title %>
<% end %>

<p>Under construction</p>
<div id="blurb-1big-template"
class="vhp-articles blurb blurb-big cell medium-9">
<div class="grid-x grid-margin-x grid-margin-y align-center">
<div class="blurb-art cell medium-5">
<div class="vhp-art-<%= @article.art %>"></div>
</div>
<div class="blurb-text cell medium-4">
<%= @article.blurb.html_safe %>
<%= @article.fulltext.html_safe %>
</div>
</div>
</div>

0 comments on commit ed6871d

Please sign in to comment.