% # expects admin_posts %>
<%= first_paragraph(admin_post.content, 'No preview is available for this news post.') %>
<%= link_to ts('Read more...'), admin_post, id: "post_#{admin_post.id}_more", :"aria-labelledby" => "post_#{admin_post.id}_more post_#{admin_post.id}_title" %>