7 lines
144 B
Text
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'
|