scinote-web/app/views/assets/marvinjs/_create_marvin_sketch_button.html.erb
2019-04-27 19:08:40 +02:00

10 lines
349 B
Plaintext

<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="fas fa-file-invoice new-marvinjs-upload-icon"></span>
<%= t('marvinjs.new_button') %>
</span>