a11yist/app/views/pages/_new_element_button.html.erb

2 lines
143 B
Text
Raw Normal View History

2024-11-09 02:26:38 +01:00
<%= link_to "#{tag.i(class: "bi bi-plus-lg")} Neues Element".html_safe, new_page_element_path(page_id: page.id), class: "btn btn-secondary" %>