scinote-web/app/views/my_modules/_start_date_label.html.erb

8 lines
228 B
Text
Raw Normal View History

2020-03-28 00:35:24 +08:00
<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>