diff --git a/app/views/shared/_publisher.haml b/app/views/shared/_publisher.haml index 7bd2e9201..4d2f8640b 100644 --- a/app/views/shared/_publisher.haml +++ b/app/views/shared/_publisher.haml @@ -1,6 +1,4 @@ #publisher - %ul#publisher_content_pickers - %li{ :class => "status_message selected" }= link_to "status message", "#" #publisher_form = form_for StatusMessage.new, :remote => true do |f|