mirror of
https://github.com/SrIzan10/hc-harbor.git
synced 2026-05-01 10:45:21 +00:00
Disable mailroom (#681)
This commit is contained in:
@@ -22,9 +22,9 @@
|
||||
<p class="text-lg mb-4">
|
||||
Your mailing address is set up and ready to receive mail!
|
||||
</p>
|
||||
<%= link_to my_mailing_address_path, class: "text-cyan hover:text-blue underline font-semibold" do %>
|
||||
View my mailing address
|
||||
<% end %>
|
||||
<%# link_to my_mailing_address_path, class: "text-cyan hover:text-blue underline font-semibold" do %>
|
||||
<!-- View my mailing address-->
|
||||
<%# end %>
|
||||
</section>
|
||||
<% else %>
|
||||
<section class="bg-orange bg-opacity-10 border border-orange rounded-lg p-6 mb-8">
|
||||
|
||||
@@ -70,9 +70,9 @@
|
||||
<% end %>
|
||||
</div>
|
||||
<div>
|
||||
<%= link_to my_mailroom_path, class: "block px-2 py-1 rounded-lg transition #{current_page?(my_mailroom_path) ? 'bg-primary/50 text-primary' : 'hover:bg-[#23272a]'}", data: { action: "click->nav#clickLink" } do %>
|
||||
Mailroom
|
||||
<% end %>
|
||||
<%# link_to my_mailroom_path, class: "block px-2 py-1 rounded-lg transition #{current_page?(my_mailroom_path) ? 'bg-primary/50 text-primary' : 'hover:bg-[#23272a]'}", data: { action: "click->nav#clickLink" } do %>
|
||||
<!-- Mailroom-->
|
||||
<%# end %>
|
||||
</div>
|
||||
<div>
|
||||
<%= link_to my_settings_path, class: "block px-2 py-1 rounded-lg transition #{current_page?(my_settings_path) ? 'bg-primary/50 text-primary' : 'hover:bg-[#23272a]'}", data: { action: "click->nav#clickLink" } do %>
|
||||
|
||||
Reference in New Issue
Block a user