|
|
|
@ -23,9 +23,13 @@ See doc/COPYRIGHT.md for more details. |
|
|
|
|
|
|
|
|
|
<%= toolbar title: l(:label_meeting_plural) do %> |
|
|
|
|
<% if authorize_for(:meetings, :new) %> |
|
|
|
|
<a href="<%= new_meeting_path %>" id="add-meeting-button" title="Add meeting" class="button -alt-highlight"> |
|
|
|
|
<a href="<%= new_meeting_path %>" |
|
|
|
|
id="add-meeting-button" |
|
|
|
|
title="<%= I18n.t(:label_meeting_new) %>" |
|
|
|
|
arial-label="<%= I18n.t(:label_meeting_new) %>" |
|
|
|
|
class="button -alt-highlight"> |
|
|
|
|
<i class="button--icon icon-add"></i> |
|
|
|
|
<span class="button--text"><%= I18n.t(:label_meeting_new) %></span> |
|
|
|
|
<span class="button--text"><%= t(:label_meeting) %></span> |
|
|
|
|
</a> |
|
|
|
|
<% end %> |
|
|
|
|
<% end %> |
|
|
|
|