user settings templates updated, user management index template updated
This commit is contained in:
parent
3eff955672
commit
ce03eaaf2d
13 changed files with 69 additions and 74 deletions
lib/shift73k_web/templates
user_confirmation
user_reset_password
user_shifts_csv
user_shifts_ics
|
|
@ -2,7 +2,7 @@
|
|||
<div class="col-11 col-sm-10 col-md-8 col-lg-7 col-xl-6 col-xxl-5">
|
||||
|
||||
<h2>
|
||||
<i class="bi bi-arrow-repeat"></i> Resend confirmation instructions
|
||||
<i class="bi bi-arrow-repeat me-1"></i> Resend confirmation instructions
|
||||
</h2>
|
||||
<p class="lead">We'll send you another email with instructions to confirm your email address.</p>
|
||||
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
<div class="col-11 col-sm-10 col-md-8 col-lg-7 col-xl-6 col-xxl-5">
|
||||
|
||||
<h2>
|
||||
<i class="bi bi-patch-question"></i> Forgot your password?
|
||||
<i class="bi bi-patch-question me-1"></i> Forgot your password?
|
||||
</h2>
|
||||
<p class="lead">We'll send you an email with instructions to reset your password.</p>
|
||||
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
<div class="col-12 col-md-10 col-xl-8">
|
||||
|
||||
<h2>
|
||||
<i class="bi bi-file-earmark-spreadsheet"></i> CSV Export
|
||||
<i class="bi bi-file-earmark-spreadsheet me-1"></i> CSV Export
|
||||
</h2>
|
||||
<p class="lead">Select a date range for which to export a CSV of your scheduled shifts, or click "Export All" to export everything.</p>
|
||||
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
<div class="col-12 col-md-10 col-xl-8">
|
||||
|
||||
<h2>
|
||||
<i class="bi bi-calendar2"></i> User Shifts ICS
|
||||
<i class="bi bi-calendar2 me-1"></i> User Shifts ICS
|
||||
</h2>
|
||||
<p class="lead">Shifts for user: <%= @user.email %></p>
|
||||
<p>Calendar slug: <%= @slug %></p>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue