mirror of
https://github.com/maybe-finance/maybe.git
synced 2025-08-09 15:35:22 +02:00
Add rules to settings sidebar, use locale text
This commit is contained in:
parent
3ad7be43d6
commit
0ab725a8ce
1 changed files with 6 additions and 1 deletions
|
@ -65,7 +65,8 @@
|
|||
<%= render "settings/settings_nav_item", name: t(".categories_label"), path: categories_path, icon: "shapes" %>
|
||||
</li>
|
||||
<li>
|
||||
<%= render "settings/settings_nav_item", name: "Rules", path: rules_path, icon: "git-branch" %>
|
||||
<%= render "settings/settings_nav_item", name: t(".rules_label"), path: rules_path, icon: "git-branch" %>
|
||||
|
||||
</li>
|
||||
<li>
|
||||
<%= render "settings/settings_nav_item", name: t(".merchants_label"), path: family_merchants_path, icon: "store" %>
|
||||
|
@ -143,6 +144,10 @@
|
|||
<%= render "settings/settings_nav_item", name: t(".categories_label"), path: categories_path, icon: "shapes" %>
|
||||
</li>
|
||||
<li>
|
||||
<%= render "settings/settings_nav_item", name: t(".rules_label"), path: rules_path, icon: "git-branch" %>
|
||||
</li>
|
||||
<li>
|
||||
|
||||
<%= render "settings/settings_nav_item", name: t(".merchants_label"), path: family_merchants_path, icon: "store" %>
|
||||
</li>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue