Sha256: d49d8d5fb9538c84e13ba11fcaaa0a3a3e4ad533d5eadaa0b6e20314462dc639

Contents?: true

Size: 276 Bytes

Versions: 3

Compression:

Stored size: 276 Bytes

Contents

<li>
  <%= other_name.name %>
  <% if other_name.start_date? || other_name.end_date? %>
    (<%=l other_name.start_date %>—<%=l other_name.end_date %>)
  <% end %>
  <% if other_name.note? %>
    <span class="label label-info"><%= other_name.note %></span>
  <% end %>
</li>

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
popolo-0.1.1 app/views/popolo/other_names/other_name.html.erb
popolo-0.1.0 app/views/popolo/other_names/other_name.html.erb
popolo-0.0.3 app/views/popolo/other_names/other_name.html.erb