forked from spen/seminar
Fix bug.
This commit is contained in:
parent
d1c23953df
commit
ed0c4a5a2f
|
@ -8,7 +8,7 @@
|
||||||
<% begin %>
|
<% begin %>
|
||||||
<table class="table table-hover table-striped seminar-index">
|
<table class="table table-hover table-striped seminar-index">
|
||||||
<caption>
|
<caption>
|
||||||
<% page = OrbitHelper.page rescue Page.where(:page_id => params[:page_id]).first %>
|
<% page = OrbitHelper.page rescue Page.where(:page_id => OrbitHelper.params[:page_id]).first %>
|
||||||
<h3><%= page.name rescue t('seminar.seminar') %></h3>
|
<h3><%= page.name rescue t('seminar.seminar') %></h3>
|
||||||
</caption>
|
</caption>
|
||||||
<thead>
|
<thead>
|
||||||
|
|
Loading…
Reference in New Issue