Move password change to new Security tab
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2021-02-01 18:38:35 +01:00
parent 92bfc33bf0
commit 8997349186
6 changed files with 30 additions and 10 deletions

View File

@@ -13,6 +13,10 @@
<%= link_to "Donations", donations_path,
class: @current_section == :contributions ? "active" : nil %>
</li>
<li>
<%= link_to "Security", security_path,
class: @current_section == :security ? "active" : nil %>
</li>
</ul>
</div>
</nav>