Skip to content

Commit

Permalink
short description first
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanwoldatwork committed Nov 17, 2023
1 parent ff28a19 commit a9706c6
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions app/views/admin/services/show.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -69,16 +69,15 @@
<%= @service.year_designated? ? @service.year_designated : "---" %>
</p>
<p>
<strong>Description</strong>
<strong>Short Description</strong>
<br>
<%= @service.description? ? to_markdown(@service.description) : "---" %>
<%= @service.short_description? ? to_markdown(@service.short_description) : "---" %>
</p>
<p>
<strong>Short Description</strong>
<strong>Description</strong>
<br>
<%= @service.short_description? ? to_markdown(@service.short_description) : "---" %>
<%= @service.description? ? to_markdown(@service.description) : "---" %>
</p>

<p>
<strong>Service type</strong>
<br>
Expand Down

0 comments on commit a9706c6

Please sign in to comment.