Skip to content

Commit

Permalink
Merge pull request #5243 from rubyforgood/fix-emancipation-checklist-…
Browse files Browse the repository at this point in the history
…download-btn

fix emancipation download btn positioning
  • Loading branch information
FireLemons authored Oct 3, 2023
2 parents 8defbf8 + c3742c4 commit b8b3f83
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions app/views/emancipations/show.html.erb
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
<div class="row pt-30 mb-30">
<div class="col-sm-12 dashboard-table-header">
<div class="row justify-content-between align-items-center pt-30 mb-30">
<div class="col-sm-auto dashboard-table-header">
<h1>Emancipation Checklist</h1>
<%= link_to @current_case.case_number, casa_case_path(@current_case) %>
<span class="d-block float-md-right my-2 mt-md-0 text-center">
</div>
<div class="col-sm-auto">
<span class="mt-md-0 text-center">
<%= link_to casa_case_emancipation_path(@current_case, format: :docx), class: "main-btn primary-btn btn-sm btn-hover" do %>
<i class="lni lni-download mr-10"></i>
Download Checklist
Expand Down

0 comments on commit b8b3f83

Please sign in to comment.