mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2024-12-25 09:13:05 +08:00
Improve markup
This commit is contained in:
parent
e8592d911d
commit
d29a62dad1
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
<%
|
||||
gallery_view_id = nil unless defined? gallery_view_id
|
||||
deletable = true if asset.step.present?
|
||||
deletable = asset.step.present?
|
||||
editable = true
|
||||
|
||||
partial_locals = {
|
||||
|
|
Loading…
Reference in a new issue