Newer
Older
dmpopidor / app / views / annotations / _show.html.erb
<% org = template.org.abbreviation.present? ? template.org.abbreviation : template.org.name %>
<% if guidance.present? %>
  <dl<%= for_plan ? ' class="dl-horizontal"' : '' %>>
    <% if guidance.present? %>
      <dt><%= template.customization_of.nil? ? _('Guidance') : _('%{org} Guidance') % { org: guidance.org.short_name } %></dt>
      <dd><%= raw guidance.text %></dd>
    <% end %>
  </dl>
<% end %>