Sha256: e2150f3a2313962e5f3460d66be89cffc3beaa01eb3a32251c0903804691fbc9

Contents?: true

Size: 326 Bytes

Versions: 3

Compression:

Stored size: 326 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

3 entries across 3 versions & 1 rubygems

Version Path
refinerycms-pods-1.0.3 app/views/shared/_content_pod.html.erb
refinerycms-pods-1.0.2 app/views/shared/_content_pod.html.erb
refinerycms-pods-1.0.1 app/views/shared/_content_pod.html.erb