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

15 lines
544 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',
style: 'display: inline-block',
data: {
'id': element_id,
'type': element_type,
} do %>
2019-03-20 03:41:16 +08:00
<svg>
<polygon xmlns="http://www.w3.org/2000/svg" fill="#DA4127" points="29,29 29,2.4 20.2,0 3,6.4 3,6.4 3,25.7 9,23 9,7.4 20,5 20,28 3,25.7 20.2,32 20.2,32 29,29 29,29 29,29 " style="scroll-behavior: unset;"/>
</svg>
<%= t('assets.create_wopi_file.button_text') %>
2019-03-16 03:59:15 +08:00
<% end %>