fix formatting

This commit is contained in:
Lorin Werthen 2016-11-01 20:28:24 +01:00
parent 1cc8efbbd6
commit 67b4bc2df9
No known key found for this signature in database
GPG key ID: F11FFC921E0E08E0

View file

@ -28,14 +28,11 @@
<div class="columns">
<div class="column">
<p class="title is-3"><%= post[:title] %></p>
<p class="subtitle is-5"><% if post[:author] %>
<% if post[:lang] == :en %>
by
<% else %>
door
<p class="subtitle is-5">
<% if post[:author] %>
by <%= post[:author] %>
<% end %>
<%= post[:author] %>
<% end %></p>
</p>
<div class="content">
<%= post[:description] %>
<br>