fix error
This commit is contained in:
parent
c0a4bb6b51
commit
90ebe67bad
|
@ -93,7 +93,7 @@
|
|||
|
||||
<%=
|
||||
content_tag :div, class: "bottomnav clearfix" do
|
||||
content_tag(:div, paginate(@bulletins), class: "pagination pagination-centered") +
|
||||
content_tag(:div, paginate(@event_news), class: "pagination pagination-centered") +
|
||||
content_tag(:div, link_to(t(:new_),new_event_news_path, :class=>"btn btn-primary"), class: "pull-right")
|
||||
end
|
||||
%>
|
||||
|
|
Loading…
Reference in New Issue