publication/app/views/publications/show.html.erb

7 lines
216 B
Plaintext

<% data = action_data %>
<%= render_view('show_publication') %>
<% if data['extras']['layout_type']==0 %>
<%= render_view('show_chapter_table') %>
<% else %>
<%= render_view('show_chapter_accordion') %>
<% end %>