scinote-web/app/views/assets/marvinjs/_create_marvin_sketch_li.html.erb

15 lines
395 B
Plaintext
Raw Normal View History

2020-11-03 01:47:08 +08:00
<li>
<a
class="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_li_button') %>
</a>
2020-07-28 21:39:29 +08:00
</li>