Commit 90d599397fdfbf35ccdf3593afe391f984fba601
1 parent
dd501aa7
Exists in
master
and in
4 other branches
Add broadcast messages to admin nav
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Showing
1 changed file
with
2 additions
and
0 deletions
Show diff stats
app/views/layouts/nav/_admin.html.haml
... | ... | @@ -10,6 +10,8 @@ |
10 | 10 | = link_to "Users", admin_users_path |
11 | 11 | = nav_link(controller: :logs) do |
12 | 12 | = link_to "Logs", admin_logs_path |
13 | + = nav_link(controller: :broadcast_messages) do | |
14 | + = link_to "Messages", admin_broadcast_messages_path | |
13 | 15 | = nav_link(controller: :hooks) do |
14 | 16 | = link_to "Hooks", admin_hooks_path |
15 | 17 | = nav_link(controller: :background_jobs) do | ... | ... |