Adds foundation 6 🎉
This commit is contained in:
@@ -24,7 +24,7 @@
|
||||
|
||||
<%= f.text_field :verification_code, label: t("pages.verify.code"), placeholder: t("pages.verify.code") %>
|
||||
|
||||
<%= f.submit(class: "button radius success expand", value: t("pages.verify.submit")) %>
|
||||
<%= f.submit(class: "button success expanded", value: t("pages.verify.submit")) %>
|
||||
<% end %>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -12,15 +12,15 @@
|
||||
<span class="number">3</span> <%= t("verification.step_3") %>
|
||||
</div>
|
||||
|
||||
<div class="progress small-12 success radius">
|
||||
<div class="progress small-12 success">
|
||||
<span class="meter" style="width: 100%"></span>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="small-12 medium-4 column">
|
||||
|
||||
<%= link_to account_path, class: "left back clear" do %>
|
||||
<i class="icon-angle-left left"></i>
|
||||
<%= link_to account_path, class: "back" do %>
|
||||
<i class="icon-angle-left float-left"></i>
|
||||
<%= t("verification.back") %>
|
||||
<% end %>
|
||||
|
||||
@@ -38,7 +38,7 @@
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
<%= link_to t("verification.letter.new.go_to_index"), root_path, class: "button radius warning" %>
|
||||
<%= link_to t("verification.letter.new.go_to_index"), root_path, class: "button warning" %>
|
||||
</div>
|
||||
<div class="small-12 medium-8 column final-votes-info">
|
||||
|
||||
|
||||
@@ -1,15 +1,14 @@
|
||||
<div class="verification account row">
|
||||
|
||||
<%= link_to account_path, class: "left back clear" do %>
|
||||
<i class="icon-angle-left left"></i>
|
||||
<%= t("verification.back") %>
|
||||
<% end %>
|
||||
|
||||
<div class="row">
|
||||
<div class="small-12 column">
|
||||
|
||||
<%= link_to account_path, class: "back" do %>
|
||||
<i class="icon-angle-left"></i>
|
||||
<%= t("verification.back") %>
|
||||
<% end %>
|
||||
|
||||
<h1><%= t("verification.letter.edit.title") %></h1>
|
||||
|
||||
<div class="alert-box success radius clear margin-top">
|
||||
<div data-alert class="callout success">
|
||||
<%= t("verification.letter.create.flash.success_html",
|
||||
offices: link_to(t("verification.letter.create.flash.offices"),
|
||||
t("verification.letter.create.flash.offices_url"),
|
||||
@@ -17,6 +16,6 @@
|
||||
%>
|
||||
</div>
|
||||
|
||||
<%= link_to t("verification.letter.edit.see_all"), proposals_path, class: "button warning radius" %>
|
||||
<%= link_to t("verification.letter.edit.see_all"), proposals_path, class: "button warning" %>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user