scinote-web/app/views/assets/wopi/_create_wopi_file_button.html.erb

12 lines
345 B
Plaintext
Raw Normal View History

2019-03-16 03:59:15 +08:00
<%= link_to create_wopi_file_path,
2019-03-20 03:41:16 +08:00
class: 'btn btn-default create-wopi-file-btn',
2019-03-16 03:59:15 +08:00
target: '_blank',
title: 'Create_new_file',
data: {
'id': element_id,
'type': element_type,
} do %>
2019-03-20 04:52:26 +08:00
<%= image_tag 'office/office-online-logo.svg' %>
<%= t('assets.create_wopi_file.button_text') %>
2019-03-16 03:59:15 +08:00
<% end %>