]> gitweb.mndrdr.org Git - arelpe.git/commitdiff
footer and profile tweaks
authorAidan Cornelius-Bell <[email protected]>
Thu, 10 Oct 2024 02:14:32 +0000 (12:44 +1030)
committerAidan Cornelius-Bell <[email protected]>
Thu, 10 Oct 2024 02:14:32 +0000 (12:44 +1030)
app/views/devise/registrations/edit.html.erb
app/views/layouts/application.html.erb

index 9022fdaa7651faeae442da75d8a0a28a8d4969d1..e9e2528efaf05571eecbda62d4536c87a4583d60 100644 (file)
   <%= button_to "Log out", destroy_user_session_path, method: :delete %>
   <% if current_user&.admin? or current_user&.support_type? %>
   <h3>Account tools</h3>
-  <p>You can <%= link_to "stop receiving mind reader emails", mailing_lists_path %> by clicking the link on this page at any time.</p>
-  <p>You cancel your financial support <%= link_to "on this page", subscriptions_path %> at any time without contacting a human.</p>
+  <p>You can modify your mailing list options (including easily unsubscribing) <%= link_to "on this page", mailing_lists_path %> at any time.</p>
+  <p>You review, renew, modify and cancel your financial support <%= link_to "on this page", subscriptions_path %> at any time.</p>
   <h3>Account removal</h3>
   <p>As an author, member, or past financial contributor to mind reader you cannot delete your account here. You will need to contact Aidan to request deletion, this way we can ensure you do not incur any expense or friction when leaving.</p>
   <p><a href="mailto:[email protected]">Contact me here</a> and I will remove your account, subscriptions, emails and any associated data within 96 hours.</p>
   <% else %>
   <h3>Cancel my account</h3>
   <p>If you wish, you may delete your registration with this website. Please be aware, by doing this you will lose access to any content you have purchased or been granted. You will <em>not</em> be unsubscribed from dispatches at the same email address as this is a separate system.</p>
-  <p>Please see this page to learn how to <a href="/about">unsubscribe from emails</a>.</p>
+  <p>Please see this page to learn how to <%= link_to "unsubscribe from emails", mailing_lists_path %>.</p>
   <p><%= button_to "Cancel my account", registration_path(resource_name), data: { confirm: "Are you sure?", turbo_confirm: "Are you sure?" }, method: :delete %></p>
   <% end %>
 <% end %>
 
-<%= render template: 'layouts/user_page_template' %>
\ No newline at end of file
+<%= render template: 'layouts/user_page_template' %>
index 9571de8d1b158ac427e804c6966f3954b0f8512a..4a95b532b6cfade1ad1be54c88a37b202127362f 100644 (file)
 
     <footer>
       <p class="account"><% if current_user&.first_name? %>Welcome back, <%= link_to current_user.first_name, edit_user_registration_path %>. <% if current_user&.admin? %>You hold the keys to the kingdom.<% end %> <% if current_user&.paid_user? %> Thank you, your financial support makes this work possible.<% elsif current_user&.active_subscriber? %>Thank you for your ongoing support.<% end %><% else %> You are not logged in. <%= link_to "Change that?", new_user_session_path %><% end %></span></p>
-      <p>© <%= Time.current.year %> <%= link_to "Aidan Cornelius-Bell", "https://aidan.cornelius-bell.com" %>, CC-NC-SA.</p>
+      <p>© <%= Time.current.year %> <%= link_to "Aidan Cornelius-Bell", "/about" %>, CC-NC-SA.</p>
       <p>This site is managed from the sovereign Yarta of the Kaurna Miyurna, with respect and gratitude for the custodianship of Elders past and present of the many Countries it may appear upon.</p>
       <p>For legal purposes: any views expressed directly on this website are my own and not reflective of those of any employers, colleagues or affiliates. Links provided remain the views and intellectual property of their respective owners.</p>
     </footer>
     <%= yield :javascript %>
   </body>
-</html>
\ No newline at end of file
+</html>