diff --git a/app/views/assets/_asset_context_menu.html.erb b/app/views/assets/_asset_context_menu.html.erb index 6eaaedb27..250052ec6 100644 --- a/app/views/assets/_asset_context_menu.html.erb +++ b/app/views/assets/_asset_context_menu.html.erb @@ -28,11 +28,25 @@ data-sketch-name="<%= asset.file.metadata[:name] %>" data-sketch-description="<%= asset.file.metadata[:description] %>" > - + <%= image_tag 'icon_small/marvinjs.svg' %> <%= t('assets.file_preview.edit_in_marvinjs') %>
+ <% elsif asset.bio_eddie? && BioEddieService.enabled?(current_user) %> +