Merge pull request #471 from rcullito/always-show-manage-tab
always show manage bounties tab
This commit is contained in:
commit
010ea3b013
|
@ -81,8 +81,7 @@
|
|||
(let [route-id (:route-id @route)
|
||||
tabs [[:bounties (str (when-not @user "Open ") "Bounties")]
|
||||
[:activity "Activity"]
|
||||
(when (seq @owner-bounties)
|
||||
[:dashboard "Manage bounties"])
|
||||
[:dashboard "Manage bounties"]
|
||||
(when (:status-team-member? @user)
|
||||
[:usage-metrics "Usage metrics"])]]
|
||||
(into [:div.ui.attached.tabular.menu.tiny]
|
||||
|
|
Loading…
Reference in New Issue