mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2024-11-13 12:47:11 +08:00
7 lines
255 B
Text
7 lines
255 B
Text
<% if my_module.completed? %>
|
|
<strong class="alert-green">
|
|
<%= t('my_modules.states.completed_on', date: l(my_module.completed_on, format: :full_date)) %>
|
|
</strong>
|
|
<% else %>
|
|
<strong><%= t('my_modules.states.in_progress') %></strong>
|
|
<% end %>
|