diff --git a/app/views/annotations/_form.html.erb b/app/views/annotations/_form.html.erb index b79ec63e1..1e3412eca 100644 --- a/app/views/annotations/_form.html.erb +++ b/app/views/annotations/_form.html.erb @@ -1,8 +1,10 @@
+ <%= t('admin.annotation.time') %> +   + <%= TimeStamp.new(total_seconds: @total_seconds).hms_colon_string %> +
<%= f.hidden_field :medium_id, value: @medium_id %> @@ -21,8 +23,6 @@ <%= t('admin.annotation.comment') %> <%= f.text_area :comment, class: 'form-control' %> -