Add new button to index page.
This commit is contained in:
parent
3bebcaf7b1
commit
8fb10fa211
|
@ -93,6 +93,7 @@
|
|||
|
||||
<%=
|
||||
content_tag :div, class: "bottomnav clearfix" do
|
||||
content_tag :div, paginate(@bulletins), class: "pagination pagination-centered"
|
||||
content_tag(:div, paginate(@bulletins), class: "pagination pagination-centered") +
|
||||
content_tag(:div, link_to(t(:new_),new_admin_announcement_path, :class=>"btn btn-primary"), class: "pull-right")
|
||||
end
|
||||
%>
|
Loading…
Reference in New Issue