scinote-web/app/views/my_modules/_start_date_label.html.erb
2020-03-31 14:17:14 +02:00

8 lines
228 B
Plaintext

<span class="start-date-label">
<% if my_module.started_on.present? %>
<strong><%= l(my_module.started_on, format: :full) %></strong>
<% else %>
<%= t('my_modules.module_header.no_start_date') %>
<% end %>
</span>