File tree Expand file tree Collapse file tree 3 files changed +0
-221
lines changed Expand file tree Collapse file tree 3 files changed +0
-221
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -88,12 +88,6 @@ defmodule AlgoraWeb.Org.Nav do
88
88
icon: "tabler-credit-card" ,
89
89
label: "Transactions"
90
90
} ,
91
- % {
92
- href: "/org/#{ org_handle } /analytics" ,
93
- tab: :analytics ,
94
- icon: "tabler-chart-bar" ,
95
- label: "Analytics"
96
- } ,
97
91
% {
98
92
href: "/org/#{ org_handle } /settings" ,
99
93
tab: :settings ,
Original file line number Diff line number Diff line change @@ -95,7 +95,6 @@ defmodule AlgoraWeb.Router do
95
95
live "/org/:org_handle/jobs" , Org.JobsLive , :index
96
96
live "/org/:org_handle/jobs/:id" , Org.JobLive , :index
97
97
live "/org/:org_handle/transactions" , Org.TransactionsLive , :index
98
- live "/org/:org_handle/analytics" , Org.AnalyticsLive , :index
99
98
live "/org/:org_handle/chat" , ChatLive , :index
100
99
live "/org/:org_handle/settings" , Org.SettingsLive , :edit
101
100
live "/org/:org_handle/team" , Org.TeamLive , :index
You can’t perform that action at this time.
0 commit comments