Skip to content

Commit

Permalink
Tweak summary tab
Browse files Browse the repository at this point in the history
  • Loading branch information
mo-nathan committed Dec 20, 2024
1 parent ffa741c commit d53aec6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions app/views/controllers/projects/show.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,7 @@ add_project_banner(@project)
<br />

<%= panel_block(id: "project_summary") do %>
<%= ("*" + :show_project_summary.l + ":* " +
@project.summary.to_s.html_safe).tpl %>
<%= tag.p(@project.summary.tpl) %>

<% if @project.species_lists.any? %>
<p><b><%= :SPECIES_LISTS.t %>:</b>
Expand Down

0 comments on commit d53aec6

Please sign in to comment.