mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2024-11-14 05:05:55 +08:00
12 lines
No EOL
379 B
Text
12 lines
No EOL
379 B
Text
<span
|
|
class="btn btn-default new-marvinjs-upload-button"
|
|
data-object-id="<%= element_id %>"
|
|
data-object-type="<%= element_type %>"
|
|
data-marvin-url="<%= marvin_js_assets_path %>"
|
|
data-sketch-container="<%= sketch_container %>"
|
|
>
|
|
<span class="new-marvinjs-upload-icon">
|
|
<%= image_tag 'icon_small/marvinjs.svg' %>
|
|
</span>
|
|
<%= t('marvinjs.new_button') %>
|
|
</span> |