diff options
Diffstat (limited to 'app/views/events/index.html.erb')
| -rw-r--r-- | app/views/events/index.html.erb | 12 |
1 files changed, 5 insertions, 7 deletions
diff --git a/app/views/events/index.html.erb b/app/views/events/index.html.erb index cc3f163d..c4f0a7f9 100644 --- a/app/views/events/index.html.erb +++ b/app/views/events/index.html.erb | |||
| @@ -1,10 +1,8 @@ | |||
| 1 | <h1><%= t(".title") %></h1> | 1 | <%= render "shared/page_actions", |
| 2 | 2 | :title => t(".title"), | |
| 3 | <div class="button_row"> | 3 | :icon_name => "calendar-plus", |
| 4 | <%= link_to new_event_path, class: 'action_button' do %> | 4 | :label => t(".create_event"), |
| 5 | <%= icon("plus", library: "tabler", "aria-hidden": true) %> <%= t(".create_event") %> | 5 | :options => [[t(".create_event"), new_event_path]] %> |
| 6 | <% end %> | ||
| 7 | </div> | ||
| 8 | 6 | ||
| 9 | <%= will_paginate @events %> | 7 | <%= will_paginate @events %> |
| 10 | 8 | ||
