mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-01-09 17:09:45 +08:00
8 lines
228 B
Text
8 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>
|