Skip to content

Commit

Permalink
Update _identify_specimen.erb
Browse files Browse the repository at this point in the history
  • Loading branch information
nimmolo committed Aug 15, 2024
1 parent 4f6356c commit 7f735ee
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
open: @given_name.present?
) do %>
<%= tag.div(class: "row mt-3") do %>
<%= tag.div(class: "col-xs-12 col-lg-6") do %>
<%= tag.div(class: "col-xs-12 col-md-6") do %>
<% if include_naming
naming_locals = {
f: f,
Expand All @@ -21,7 +21,7 @@
locals: naming_locals) %>
<% end %>
<% end %>
<%= tag.div(class: "col-xs-12 col-lg-6") do %>
<%= tag.div(class: "col-xs-12 col-md-6") do %>
<%= render(partial: "observations/form/specimen_section",
locals: { f:, action: }) %>
<% end %>
Expand Down

0 comments on commit 7f735ee

Please sign in to comment.