Skip to content

Commit

Permalink
Resend confirmation email CircuitVerse#4957 (CircuitVerse#4994)
Browse files Browse the repository at this point in the history
  • Loading branch information
Asrani-Aman authored Aug 4, 2024
1 parent 1f860c5 commit e5cdd64
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/users/confirmations/new.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
</div>
<div class="field form-group">
<div class="input-group">
<%= f.submit t("users.confirmations.resend_confirmation_instructions") class:"btn primary-button users-primary-button" %>
<%= f.submit t("users.confirmations.resend_confirmation_instructions"), class:"btn primary-button users-primary-button" %>
</div>
</div>
<%= render "users/shared/links" %>
Expand Down
5 changes: 5 additions & 0 deletions app/views/users/shared/_links.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,9 @@
</div>
<% end %>
</div>
<div class="row center-row justify-content-center">
<%- if devise_mapping.confirmable? && controller_name != 'confirmations' %>
<%= link_to t("users.shared.resend_email"), new_confirmation_path(resource_name), class: "anchor-text" %>
<% end %>
</div>
</div>
1 change: 1 addition & 0 deletions config/locales/views/users/bn.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ bn:
shared:
login_with: "দিয়ে লগইন করুন:"
login_with_sso: "একক সাইন অন"
resend_email: "নিশ্চিতকরণ নির্দেশাবলী পাননি?"
unlocks:
resend_unlock_instructions: "আনলক নির্দেশাবলী পুনরায় পাঠান"
notifications:
Expand Down
1 change: 1 addition & 0 deletions config/locales/views/users/en.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ en:
shared:
login_with: "Login With"
login_with_sso: "Single Sign On"
resend_email: "Didn't receive confirmation instructions?"
unlocks:
resend_unlock_instructions: "Resend unlock instructions"
notifications:
Expand Down
1 change: 1 addition & 0 deletions config/locales/views/users/hi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ hi:
shared:
login_with: "इनके उपयोग द्वारा लॉग इन करें"
login_with_sso: "सिंगल साइन ऑन"
resend_email: "पुष्टि संबंधी निर्देश प्राप्त नहीं हुए?"
unlocks:
resend_unlock_instructions: "अनलॉक करने के निर्देश फिर से भेजें"
notifications:
Expand Down
1 change: 1 addition & 0 deletions config/locales/views/users/mr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ mr:
shared:
login_with: "वापरून लॉग इन करा"
login_with_sso: "एकल चिन्ह चालू"
resend_email: "पुष्टीकरण सूचना प्राप्त झाल्या नाहीत?"
unlocks:
resend_unlock_instructions: "अनलॉक सूचना पुन्हा पाठवा"
notifications:
Expand Down

0 comments on commit e5cdd64

Please sign in to comment.