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
8888 icon: "tabler-credit-card" ,
8989 label: "Transactions"
9090 } ,
91- % {
92- href: "/org/#{ org_handle } /analytics" ,
93- tab: :analytics ,
94- icon: "tabler-chart-bar" ,
95- label: "Analytics"
96- } ,
9791 % {
9892 href: "/org/#{ org_handle } /settings" ,
9993 tab: :settings ,
Original file line number Diff line number Diff line change @@ -95,7 +95,6 @@ defmodule AlgoraWeb.Router do
9595 live "/org/:org_handle/jobs" , Org.JobsLive , :index
9696 live "/org/:org_handle/jobs/:id" , Org.JobLive , :index
9797 live "/org/:org_handle/transactions" , Org.TransactionsLive , :index
98- live "/org/:org_handle/analytics" , Org.AnalyticsLive , :index
9998 live "/org/:org_handle/chat" , ChatLive , :index
10099 live "/org/:org_handle/settings" , Org.SettingsLive , :edit
101100 live "/org/:org_handle/team" , Org.TeamLive , :index
You can’t perform that action at this time.
0 commit comments