Skip to content

Commit

Permalink
Merge pull request openstreetmap#4499 from tomhughes/help-styling
Browse files Browse the repository at this point in the history
Improve styling of help page
  • Loading branch information
gravitystorm committed Jan 31, 2024
2 parents f862dbf + bf9713b commit 5514bfa
Showing 1 changed file with 5 additions and 12 deletions.
17 changes: 5 additions & 12 deletions app/views/site/help.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -11,21 +11,14 @@
<% sites.each do |site| %>
<div class="col">
<div class='<%= site %> help-item card h-100'>
<h6 class='card-header'>
<a href='<%= t ".#{site}.url" %>' class='stretched-link'>
<%= t ".#{site}.title" %>
</a>
</h6>
<div class='card-body'>
<h6 class='card-title'>
<a href='<%= t ".#{site}.url" %>'>
<%= t ".#{site}.title" %>
</a>
</h6>
<p class='card-text'><%= t ".#{site}.description" %></p>
</div>
<div class="card-footer">
<small>
<a href='<%= t ".#{site}.url" %>'>
<%= t ".#{site}.url" %>
</a>
</small>
</div>
</div>
</div>
<% end %>
Expand Down

0 comments on commit 5514bfa

Please sign in to comment.