foodsoft/plugins/polls/app/views/polls/index.html.haml
Patrick Gansterer d476993321 Add polls plugin
2020-02-24 14:27:22 +01:00

7 lines
144 B
Text

- title t('.title')
- content_for :actionbar do
= link_to t('.new_poll'), new_poll_path, class: 'btn btn-primary'
#polls
= render 'polls'