app/views/hyrax/base/_show_actions.html.erb in hyrax-3.0.1 vs app/views/hyrax/base/_show_actions.html.erb in hyrax-3.0.2

- old
+ new

@@ -35,10 +35,10 @@ <button type="button" class="btn btn-default dropdown-toggle" type="button" id="dropdown-menu" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false"> <%= t('.attach_child') %> <span class="caret"></span></button> <ul class="dropdown-menu"> <% presenter.valid_child_concerns.each do |concern| %> <li> - <%= link_to "Attach #{concern.human_readable_type}", polymorphic_path([main_app, :new, :hyrax, :parent, concern.model_name.singular], parent_id: presenter.id) %> + <%= link_to "Attach #{concern.human_readable_type}", polymorphic_path([main_app, :new, :hyrax, :parent, concern.model_name.singular.to_sym], parent_id: presenter.id) %> </li> <% end %> </ul> </div> <% end %>