mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2024-11-11 01:44:34 +08:00
9 lines
279 B
Text
9 lines
279 B
Text
<span class="start-date-label">
|
|
<% if my_module.started_on.present? %>
|
|
<strong><%= l(my_module.started_on, format: :full) %></strong>
|
|
<% else %>
|
|
<span class="empty-label">
|
|
<%= t('my_modules.details.no_start_date_placeholder') %>
|
|
</span>
|
|
<% end %>
|
|
</span>
|