Skip to content

Commit

Permalink
Go back to non-standard (but as designed) style for main heading on a…
Browse files Browse the repository at this point in the history
…pplication detail page
  • Loading branch information
mlandauer committed Feb 12, 2024
1 parent 77db11e commit 3fffe4f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/views/_tailwind/applications/show.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@
<%= image_tag "tailwind/illustration/bottom-of-page-man.svg", alt: "" %>
<% end %>

<%= render Tailwind::Heading.new(tag: :h1, extra_classes: "mb-10").with_content(@application.address) %>
<%# TODO: Using non-standard style %>
<%= render Tailwind::Heading.new(tag: :h1, font: "sans", extra_classes: "mb-10").with_content(@application.address) %>

<%# TODO: Weird that the line below fails a test if it's just "map" rather than "applications/map" %>
<%= render "applications/map", application: @application %>
Expand Down

0 comments on commit 3fffe4f

Please sign in to comment.