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

7 lines
145 B
Plaintext
Raw Normal View History

2018-10-04 02:47:23 +00:00
<% data = action_data %>
<% if data['extras']['mode'] == 'many' %>
<%= render_view %>
<% else %>
<%= render_view('show_detail') %>
<% end %>