fix error
This commit is contained in:
parent
3feb7b5dd6
commit
c0a4bb6b51
|
@ -93,6 +93,7 @@
|
||||||
|
|
||||||
<%=
|
<%=
|
||||||
content_tag :div, class: "bottomnav clearfix" do
|
content_tag :div, class: "bottomnav clearfix" do
|
||||||
content_tag :div, paginate(@event_news), class: "pagination pagination-centered"
|
content_tag(:div, paginate(@bulletins), class: "pagination pagination-centered") +
|
||||||
|
content_tag(:div, link_to(t(:new_),new_event_news_path, :class=>"btn btn-primary"), class: "pull-right")
|
||||||
end
|
end
|
||||||
%>
|
%>
|
|
@ -5,7 +5,7 @@
|
||||||
|
|
||||||
<%= render 'layouts/delete_modal', delete_options: @delete_options %>
|
<%= render 'layouts/delete_modal', delete_options: @delete_options %>
|
||||||
|
|
||||||
<% if EventNewsSetting.is_pro? && user_can_approve? %>
|
<% if user_can_approve? %>
|
||||||
<%= render :partial=> "approval_modal" %>
|
<%= render :partial=> "approval_modal" %>
|
||||||
|
|
||||||
<script type="text/javascript">
|
<script type="text/javascript">
|
||||||
|
|
Loading…
Reference in New Issue