fix formatting
This commit is contained in:
parent
1cc8efbbd6
commit
67b4bc2df9
1 changed files with 43 additions and 46 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue