scinote-web/app/views/assets/wopi/_create_wopi_file_button.html.erb
2019-04-04 17:05:25 +02:00

12 lines
345 B
Plaintext

<%= link_to create_wopi_file_path,
class: 'btn btn-default create-wopi-file-btn',
target: '_blank',
title: 'Create_new_file',
data: {
'id': element_id,
'type': element_type,
} do %>
<%= image_tag 'office/office-online-logo.svg' %>
<%= t('assets.create_wopi_file.button_text') %>
<% end %>