7 lines
406 B
Plaintext
7 lines
406 B
Plaintext
<% if User.current.allowed_to?(:manage_common, @project) %>
|
|
<%= link_to t(".heading_import_ingredients"), '#', :class => 'icon icon-multiple',
|
|
:onclick => 'showAndScrollTo("import-ingredients", "filename"); return false;' %>
|
|
<%= link_to t(".heading_new_ingredient"), '#', :class => 'icon icon-add',
|
|
:onclick => 'showAndScrollTo("add-ingredient", "ingredient_name"); return false;' %>
|
|
<% end %>
|