foodsoft/plugins/links/app/views/admin/links/index.html.haml
2020-07-29 11:38:23 +02:00

7 lines
163 B
Text

- title t '.title'
- content_for :actionbar do
= link_to t('.new_link'), new_admin_link_path, remote: true, class: 'btn btn-primary'
#links
= render "links"