Newer
Older
dmpopidor / app / views / annotations / _show.html.erb
<h3> <%= _('Annotations') %> </h3>
<dl class="dl-horizontal">
  <% if example_answer.present? %>
    <dt><%= _('Example Answer') %></dt>
    <dd><%= example_answer.text %><dd>
  <% end %>
  <% if guidance.present? %>
    <dt><%= _('Guidance') %></dt>
    <dd><%=guidance.text%></dd>
  <% end %>
</dl>