Sha256: bb49661d33b92796e49899bd09c6e9b389b1149a6ea8fdda1aba53375ea0d51a

Contents?: true

Size: 333 Bytes

Versions: 5

Compression:

Stored size: 333 Bytes

Contents

<div class="side_pod content">
    <% if pod.url.present? and pod.name.present? %>
      <h1><%= link_to(pod.name, pod.url, :class => 'title') %></h1>
    <% else %>
      <h1><div class="title"><%= pod.name %></div></h1>
    <% end %>
    <%= content_tag('div', raw(pod.body), :class => 'body') if pod.body.present? %>
</div>

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
refinerycms-pods-2.0.3 app/views/refinery/pods/shared/_content_pod.html.erb
refinerycms-pods-2.0.2 app/views/refinery/pods/shared/_content_pod.html.erb
refinerycms-pods-2.0.1 app/views/refinery/pods/shared/_content_pod.html.erb
refinerycms-pods-2.0.0 app/views/refinery/pods/shared/_content_pod.html.erb
refinerycms-pods-1.0 app/views/shared/_content_pod.html.erb