mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2024-11-12 12:16:06 +08:00
11 lines
345 B
Text
11 lines
345 B
Text
<%= 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 %>
|