Adds back link on verification pages
This commit is contained in:
@@ -19,7 +19,12 @@
|
|||||||
|
|
||||||
<div class="small-12 medium-12 column">
|
<div class="small-12 medium-12 column">
|
||||||
|
|
||||||
<h1 class="inline-block"><%= t("verification.letter.edit.title") %></h1>
|
<%= link_to account_path, class: "left back clear" do %>
|
||||||
|
<i class="icon-angle-left left"></i>
|
||||||
|
<%= t("verification.back") %>
|
||||||
|
<% end %>
|
||||||
|
|
||||||
|
<h1><%= t("verification.letter.edit.title") %></h1>
|
||||||
|
|
||||||
<div class="small-12 medium-6">
|
<div class="small-12 medium-6">
|
||||||
<%= form_for @letter, as: "letter", url: letter_path, method: :put do |f| %>
|
<%= form_for @letter, as: "letter", url: letter_path, method: :put do |f| %>
|
||||||
|
|||||||
@@ -19,7 +19,12 @@
|
|||||||
|
|
||||||
<div class="small-12 medium-12 column">
|
<div class="small-12 medium-12 column">
|
||||||
|
|
||||||
<h1 class="inline-block"><%= t("verification.letter.new.title") %></h1>
|
<%= link_to account_path, class: "left back clear" do %>
|
||||||
|
<i class="icon-angle-left left"></i>
|
||||||
|
<%= t("verification.back") %>
|
||||||
|
<% end %>
|
||||||
|
|
||||||
|
<h1><%= t("verification.letter.new.title") %></h1>
|
||||||
|
|
||||||
<%= t("verification.letter.new.explanation_html") %>
|
<%= t("verification.letter.new.explanation_html") %>
|
||||||
|
|
||||||
|
|||||||
@@ -17,7 +17,12 @@
|
|||||||
<span class="meter" style="width: 33%"></span>
|
<span class="meter" style="width: 33%"></span>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<h1 class="inline-block"><%= t("verification.residence.new.title") %></h1>
|
<%= link_to account_path, class: "left back clear" do %>
|
||||||
|
<i class="icon-angle-left left"></i>
|
||||||
|
<%= t("verification.back") %>
|
||||||
|
<% end %>
|
||||||
|
|
||||||
|
<h1><%= t("verification.residence.new.title") %></h1>
|
||||||
|
|
||||||
<%= form_for @residence, as: "residence", url: residence_path do |f| %>
|
<%= form_for @residence, as: "residence", url: residence_path do |f| %>
|
||||||
<%= render "errors" %>
|
<%= render "errors" %>
|
||||||
@@ -47,8 +52,8 @@
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="small-12">
|
<div class="small-12">
|
||||||
<%= f.check_box :terms_of_service, label: false %>
|
|
||||||
<%= f.label :terms_of_service do %>
|
<%= f.label :terms_of_service do %>
|
||||||
|
<%= f.check_box :terms_of_service, label: false %>
|
||||||
<%= t("verification.residence.new.accept_terms_text",
|
<%= t("verification.residence.new.accept_terms_text",
|
||||||
terms_url: link_to(t("verification.residence.new.terms"), "/census_terms",
|
terms_url: link_to(t("verification.residence.new.terms"), "/census_terms",
|
||||||
target: "_blank")).html_safe
|
target: "_blank")).html_safe
|
||||||
|
|||||||
@@ -17,7 +17,12 @@
|
|||||||
<span class="meter" style="width: 66%"></span>
|
<span class="meter" style="width: 66%"></span>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<h1 class="inline-block"><%= t("verification.sms.edit.title") %></h1>
|
<%= link_to account_path, class: "left back clear" do %>
|
||||||
|
<i class="icon-angle-left left"></i>
|
||||||
|
<%= t("verification.back") %>
|
||||||
|
<% end %>
|
||||||
|
|
||||||
|
<h1><%= t("verification.sms.edit.title") %></h1>
|
||||||
|
|
||||||
<%= form_for @sms, as: "sms", url: sms_path, method: :put do |f| %>
|
<%= form_for @sms, as: "sms", url: sms_path, method: :put do |f| %>
|
||||||
<% if @error %>
|
<% if @error %>
|
||||||
|
|||||||
@@ -17,7 +17,12 @@
|
|||||||
<span class="meter" style="width: 66%"></span>
|
<span class="meter" style="width: 66%"></span>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<h1 class="inline-block"><%= t("verification.sms.new.title") %></h1>
|
<%= link_to account_path, class: "left back clear" do %>
|
||||||
|
<i class="icon-angle-left left"></i>
|
||||||
|
<%= t("verification.back") %>
|
||||||
|
<% end %>
|
||||||
|
|
||||||
|
<h1><%= t("verification.sms.new.title") %></h1>
|
||||||
|
|
||||||
<%= form_for @sms, as: "sms", url: sms_path do |f| %>
|
<%= form_for @sms, as: "sms", url: sms_path do |f| %>
|
||||||
<%= render "shared/errors", resource: @sms %>
|
<%= render "shared/errors", resource: @sms %>
|
||||||
|
|||||||
@@ -1,7 +1,12 @@
|
|||||||
<div class="verification account row">
|
<div class="verification account row">
|
||||||
<div class="small-12 column">
|
<div class="small-12 column">
|
||||||
|
|
||||||
<h1 class="inline-block"><%= t("verification.verified_user.show.title") %></h1>
|
<%= link_to account_path, class: "left back clear" do %>
|
||||||
|
<i class="icon-angle-left left"></i>
|
||||||
|
<%= t("verification.back") %>
|
||||||
|
<% end %>
|
||||||
|
|
||||||
|
<h1><%= t("verification.verified_user.show.title") %></h1>
|
||||||
|
|
||||||
<p><%= t("verification.verified_user.show.explanation") %></p>
|
<p><%= t("verification.verified_user.show.explanation") %></p>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user