Skip to content
Snippets Groups Projects
Commit 1a3affb2 authored by Arnaud Levy's avatar Arnaud Levy
Browse files

fix

parent fcb5a00b
No related branches found
No related tags found
No related merge requests found
......@@ -31,7 +31,7 @@
</tr>
<tr>
<td><%= Communication::Website::Page.human_attribute_name('published_at') %></td>
<td><%= l @post.published_at, format: :long %></td>
<td><%= l @post.published_at, format: :long if @post.published_at %></td>
</tr>
<tr>
<td><%= Communication::Website::Page.human_attribute_name('published') %></td>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment