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

9 lines
234 B
Plaintext

<% data = action_data %>
<% if data['extras']['mode'] == 'many' %>
<%= render_view %>
<% elsif data['extras']['mode'] == 'chapter' %>
<%= render_view('show_detail') %>
<% else %>
<%= render_view('show_publication') %>
<% end %>