Improves footer and account page
This commit is contained in:
@@ -6,9 +6,9 @@
|
||||
<%= link_to t("account.show.erase_account_link"), users_registrations_delete_form_path, class: "delete" %>
|
||||
</div>
|
||||
|
||||
<%= avatar_image(@account, seed: @account.id, size: 60) %>
|
||||
<%= avatar_image(@account, seed: @account.id, size: 100, class: "margin-bottom") %>
|
||||
|
||||
<h1 class="inline-block avatar"><%= t("account.show.title") %></h1>
|
||||
<h1 class="inline-block"><%= t("account.show.title") %></h1>
|
||||
|
||||
<%= form_for @account, as: :account, url: account_path do |f| %>
|
||||
<%= render "shared/errors", resource: @account %>
|
||||
@@ -98,9 +98,9 @@
|
||||
<%= t("account.show.verified_account") %>
|
||||
</p>
|
||||
<% elsif current_user.level_two_verified? %>
|
||||
<%= link_to t("account.show.finish_verification"), verification_path, class: "button radius small success" %>
|
||||
<%= link_to t("account.show.finish_verification"), verification_path, class: "button radius success" %>
|
||||
<% else %>
|
||||
<%= link_to t("account.show.verify_my_account"), verification_path, class: "button radius small success" %>
|
||||
<%= link_to t("account.show.verify_my_account"), verification_path, class: "button radius success" %>
|
||||
<% end %>
|
||||
</span>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user