tenseleyflow/shithub / 07f6997

Browse files

web/templates: settings nav links to /settings/billing

Authored by mfwolffe <wolffemf@dukes.jmu.edu>
SHA
07f69976e032aa05ff1cee1d11190b85e3adae72
Parents
f0a59f2
Tree
0c63ce1

1 changed file

StatusFile+-
M internal/web/templates/_settings_nav.html 3 0
internal/web/templates/_settings_nav.htmlmodified
@@ -15,6 +15,9 @@
1515
       <li{{ if eq .SettingsActive "notifications" }} class="active"{{ end }}>
1616
         <a href="/settings/notifications">Notifications</a>
1717
       </li>
18
+      <li{{ if eq .SettingsActive "billing" }} class="active"{{ end }}>
19
+        <a href="/settings/billing">Billing and plans</a>
20
+      </li>
1821
     </ul>
1922
     <h3 class="shithub-settings-side-group">Access</h3>
2023
     <ul>