% # expects "admin_post" %>
dir="rtl"<% end %> class="header">
<%= link_to admin_post.title.html_safe, admin_post %>
<%= ts("Post Header") %>
- <%= ts("Published:") %>
- <%= admin_post.created_at %>
<% if admin_post.translated_post %>
- <%= ts("Original:") %>
- <%= link_to admin_post.translated_post.title, admin_post.translated_post %>
<% elsif !admin_post.translations.empty? %>
- <%= ts("Translations:") %>
-
<% for translation in sorted_translations(admin_post) %>
- <%= link_to translation.language.name, translation, lang: translation.language.short %>
<% end %>
<% end %>
<% if admin_post.tags.length > 0 %>
- <%= ts("Tags:") %>
-
<% end %>
dir="rtl"<% end %> class="userstuff">
<%= raw sanitize_field(admin_post, :content) %>