Sha256: ff65cee6fd303cccc999c6136fa9d986df897e886c9d4cd311bd31f2e1f16db1

Contents?: true

Size: 616 Bytes

Versions: 16

Compression:

Stored size: 616 Bytes

Contents

<h2><%= link_to(post.title, post_show_url(post.cms_blog.slug, post.slug)) %></h2>
<p class="lead">by <a href="#">Moksha CMS</a></p>
<p><i class="fa fa-clock-o"></i> Posted on <%= format_date post.published_on %></p>
<% unless post.featured_image.blank? %>
  <hr>
  <%= link_to site_media_image_tag(post.featured_image, class: "img-responsive img-hover"), post_show_url(post.cms_blog.slug, post.slug) %>
<% end %>
<hr>

<%= display_post_summary(post) %>
<%= link_to((I18n.t('cms.read_more') + " <i class='fa fa-angle-right'></i>").html_safe, post_show_url(post.cms_blog.slug, post.slug), class: "btn btn-primary") %>

Version data entries

16 entries across 16 versions & 1 rubygems

Version Path
dm_cms-4.2.3.10 spec/dummy/themes/_mbus/theme_support/views/layouts/cms_templates/_post_summary_item.html.erb
dm_cms-4.2.3.9 spec/dummy/themes/_mbus/theme_support/views/layouts/cms_templates/_post_summary_item.html.erb
dm_cms-4.2.3.8 spec/dummy/themes/_mbus/theme_support/views/layouts/cms_templates/_post_summary_item.html.erb
dm_cms-4.2.3.7 spec/dummy/themes/_mbus/theme_support/views/layouts/cms_templates/_post_summary_item.html.erb
dm_cms-4.2.3.6 spec/dummy/themes/_mbus/theme_support/views/layouts/cms_templates/_post_summary_item.html.erb
dm_cms-4.2.3.5 spec/dummy/themes/_mbus/theme_support/views/layouts/cms_templates/_post_summary_item.html.erb
dm_cms-4.2.3.4 spec/dummy/themes/_mbus/theme_support/views/layouts/cms_templates/_post_summary_item.html.erb
dm_cms-4.2.3.3 spec/dummy/themes/_mbus/theme_support/views/layouts/cms_templates/_post_summary_item.html.erb
dm_cms-4.2.3.2 spec/dummy/themes/_mbus/theme_support/views/layouts/cms_templates/_post_summary_item.html.erb
dm_cms-4.2.3.1 spec/dummy/themes/_mbus/theme_support/views/layouts/cms_templates/_post_summary_item.html.erb
dm_cms-4.2.3 spec/dummy/themes/_mbus/theme_support/views/layouts/cms_templates/_post_summary_item.html.erb
dm_cms-4.2.2.3 spec/dummy/themes/_mbus/theme_support/views/layouts/cms_templates/_post_summary_item.html.erb
dm_cms-4.2.2.2 spec/dummy/themes/_mbus/theme_support/views/layouts/cms_templates/_post_summary_item.html.erb
dm_cms-4.2.2.1 spec/dummy/themes/_mbus/theme_support/views/layouts/cms_templates/_post_summary_item.html.erb
dm_cms-4.2.2 spec/dummy/themes/_mbus/theme_support/views/layouts/cms_templates/_post_summary_item.html.erb
dm_cms-4.2.1.5 spec/dummy/themes/_mbus/theme_support/views/layouts/cms_templates/_post_summary_item.html.erb