Skip to content

Commit

Permalink
[FS-10] Refactor: rebuild scan qr code alert
Browse files Browse the repository at this point in the history
  • Loading branch information
beetlegius-jt committed Jan 23, 2025
1 parent aa16834 commit 1cc1522
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions app/views/admin/attendances/form.html.erb
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@

<div class="alert alert-info d-flex" role="alert">
<i class="bi bi-qr-code-scan display-1" style="font-size: 5em"></i>

<div class="p-3 ms-3">
<%= tag.h4 t('.title'), class: "alert-heading" %>
<%= tag.p t('.description'), class: "mb-0" %>
<div class="alert alert-info d-flex align-items-center" role="alert">
<div class="flex-shrink-0 me-3">
<i class="bi bi-qr-code-scan display-1" style="font-size: 5rem"></i>
</div>
<div class="flex-grow-1 ms-3">
<h4><%= t('.title') %></h4>
<p><%= t('.description') %></p>
</div>
</div>

Expand Down

0 comments on commit 1cc1522

Please sign in to comment.