mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2024-12-30 20:23:14 +08:00
Merge pull request #2994 from aignatov-bio/ai-sci-5285-fix-protocol-revert-from-repository
Fix protocol revert from repository [SCI-5285]
This commit is contained in:
commit
342eb34925
2 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
<% assets = step.assets %>
|
||||
<% assets = step.assets.joins(file_attachment: :blob) %>
|
||||
<% current_order = step.current_view_state(current_user).state.dig('assets', 'sort') %>
|
||||
<div class="col-xs-12">
|
||||
<hr>
|
||||
|
|
|
@ -2135,7 +2135,7 @@ en:
|
|||
thumbnail_html: "<i class=\"fas fa-th-large\"></i> Medium"
|
||||
list_html: "<i class=\"fas fa-list\"></i> List"
|
||||
delete_file_modal:
|
||||
title: "Delete attachement"
|
||||
title: "Delete attachment"
|
||||
description_1_html: "You are about to delete <b>%{file_name}</b></p>"
|
||||
description_2: "Are you sure you want to continue?"
|
||||
confirm_button: "Delete attachment"
|
||||
|
|
Loading…
Reference in a new issue