Adds foundation 6 🎉
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
<section class="small-12 medium-9 column margin-top">
|
||||
<div class="account-info">
|
||||
|
||||
<%= link_to(t("management.account_info.change_user"), logout_management_users_path, method: :delete, class: 'right change-user') %>
|
||||
<%= link_to(t("management.account_info.change_user"), logout_management_users_path, method: :delete, class: 'float-right change-user') %>
|
||||
|
||||
<% if managed_user.level_two_or_three_verified? %>
|
||||
<p>
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
<div class="alert-box alert radius">
|
||||
<div data-alert class="callout alert">
|
||||
<% if @document_verification.errors[:age].any? %>
|
||||
<%= t("management.document_verifications.under_age") %>
|
||||
<% else %>
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
<div class="alert-box success radius">
|
||||
<div data-alert class="callout success">
|
||||
<%= t("management.document_verifications.please_check_account_data") %>
|
||||
</div>
|
||||
|
||||
@@ -11,5 +11,5 @@
|
||||
url: management_document_verifications_path do |f| %>
|
||||
<%= f.hidden_field :document_type %>
|
||||
<%= f.hidden_field :document_number %>
|
||||
<%= f.submit t("management.document_verifications.verify"), class: "button success radius" %>
|
||||
<%= f.submit t("management.document_verifications.verify"), class: "button success" %>
|
||||
<% end %>
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
<div class="alert-box success radius">
|
||||
<div data-alert class="callout success">
|
||||
<%= t("management.document_verifications.already_verified") %>
|
||||
</div>
|
||||
|
||||
@@ -6,4 +6,4 @@
|
||||
message: t("management.document_verifications.in_census_has_following_permissions"),
|
||||
permissions: [:debates, :create_proposals, :support_proposals, :vote_proposals] %>
|
||||
|
||||
<a href="javascript:window.print();" class="button warning radius"><%= t("management.print_info") %></a>
|
||||
<a href="javascript:window.print();" class="button warning"><%= t("management.print_info") %></a>
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
<div class="alert-box success radius">
|
||||
<div data-alert class="callout success">
|
||||
<%= t("management.email_verifications.document_found_in_census") %> <%= t("management.email_verifications.choose_options") %>
|
||||
</div>
|
||||
|
||||
@@ -15,7 +15,7 @@
|
||||
<%= f.hidden_field :document_number %>
|
||||
<%= f.text_field :email, label: false, placeholder: t('management.email_verifications.email_placeholder') %>
|
||||
|
||||
<%= f.submit t("management.email_verifications.send_email"), class: "button success radius" %>
|
||||
<%= f.submit t("management.email_verifications.send_email"), class: "button success" %>
|
||||
<% end %>
|
||||
</li>
|
||||
|
||||
@@ -23,7 +23,7 @@
|
||||
<strong><%= t("management.email_verifications.if_no_existing_account") %></strong>
|
||||
|
||||
<p class="margin-top">
|
||||
<%= link_to t('management.users.create_user'), new_management_user_path(user: params[:email_verification]), class: "button warning radius" %>
|
||||
<%= link_to t('management.users.create_user'), new_management_user_path(user: params[:email_verification]), class: "button warning" %>
|
||||
</p>
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
<div class="alert-box success radius">
|
||||
<div data-alert class="callout success">
|
||||
<%= t("management.email_verifications.email_sent_instructions") %>
|
||||
</div>
|
||||
|
||||
@@ -7,6 +7,6 @@
|
||||
permissions: [:debates, :create_proposals, :support_proposals, :vote_proposals] %>
|
||||
|
||||
<p>
|
||||
<a href="javascript:window.print();" class="button warning radius"><%= t("management.print_info") %></a>
|
||||
<a href="javascript:window.print();" class="button warning"><%= t("management.print_info") %></a>
|
||||
</p>
|
||||
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
<div id="proposals" class="proposals-list small-12 medium-9 column">
|
||||
|
||||
<div class="filters">
|
||||
<div class="small-12 medium-7 left">
|
||||
<div class="small-12 medium-7 float-left">
|
||||
<% if @search_terms %>
|
||||
<h2 class="margin-top">
|
||||
<%= page_entries_info @proposals %>
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
<section role="main">
|
||||
<div class="row">
|
||||
<div id="proposals" class="proposals-list small-12 column">
|
||||
<a id="print_link" href="javascript:window.print();" class="button warning radius right">
|
||||
<a id="print_link" href="javascript:window.print();" class="button warning float-right">
|
||||
<%= t('management.proposals.print.print_button') %>
|
||||
</a>
|
||||
|
||||
|
||||
@@ -16,7 +16,7 @@
|
||||
label: t('management.email_label'),
|
||||
placeholder: t('management.email_label') %>
|
||||
|
||||
<%= f.submit t("management.users.create_user_submit"), class: "button success radius" %>
|
||||
<%= f.submit t("management.users.create_user_submit"), class: "button success" %>
|
||||
<% end %>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user