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

7 lines
216 B
Plaintext
Raw Permalink Normal View History

2018-10-04 02:47:23 +00:00
<% data = action_data %>
2023-06-23 10:25:35 +00:00
<%= render_view('show_publication') %>
<% if data['extras']['layout_type']==0 %>
<%= render_view('show_chapter_table') %>
2018-10-04 09:44:54 +00:00
<% else %>
2023-06-23 10:25:35 +00:00
<%= render_view('show_chapter_accordion') %>
<% end %>