remove old button styling that is no longer applicable in a dropdown

This commit is contained in:
Gered 2016-08-04 22:41:25 -04:00
parent 460d7bb4f7
commit 9d76abec7c

View file

@ -245,12 +245,10 @@
"Copy to Owned Collection"]
(if (auth/auth-required?)
[bs/MenuItem
{:bsStyle "warning"
:on-click #(change-list-visibility! list-id (not (:is_public @list)))}
{:on-click #(change-list-visibility! list-id (not (:is_public @list)))}
(if (:is_public @list) "Make Private" "Make Public")])
[bs/MenuItem
{:bsStyle "danger"
:on-click #(reset! show-delete-confirm? true)}
{:on-click #(reset! show-delete-confirm? true)}
"Delete"]]])]
[bs/PageHeader (:name @list)
(if (auth/can-modify-data?)