mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2024-11-11 10:06:53 +08:00
7 lines
228 B
Text
7 lines
228 B
Text
<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>
|