Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/diaspora/diaspora.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/app/views
diff options
context:
space:
mode:
authoraugier <christophe@c-henry.fr>2015-11-18 00:00:15 +0300
committerAugier <contact@c-henry.fr>2016-08-13 00:08:41 +0300
commit5c2e2411066b21343769b377e861ce91fb64a063 (patch)
tree824d9e2eb76d89b63c5ecde12347d21696b7419d /app/views
parent8deef544dcab97988ccf4e45d05a88646131cb28 (diff)
Displaying the markdown editor on publisher
Diffstat (limited to 'app/views')
-rw-r--r--app/views/publisher/_publisher.html.haml8
1 files changed, 2 insertions, 6 deletions
diff --git a/app/views/publisher/_publisher.html.haml b/app/views/publisher/_publisher.html.haml
index 3ecec1f40..4d85b0290 100644
--- a/app/views/publisher/_publisher.html.haml
+++ b/app/views/publisher/_publisher.html.haml
@@ -26,11 +26,11 @@
%input.typeahead-mention-box.hidden{type: "text"}
= status.hidden_field :text, value: h(publisher_hidden_text), class: "clear_on_submit"
- .container-fluid#photodropzone_container
+ .container-fluid.photodropzone-container#photodropzone_container
%ul#photodropzone
.location-container.form-group{style: "padding: 4px 6px;"}
= hidden_field :location, :coords
- #poll_creator_container
+ .poll-creator-container#poll_creator_container
-# handlebars template
#button_container
.publisher-buttonbar#publisher-images
@@ -59,12 +59,8 @@
.spinner
.options_and_submit.col-sm-12
.public_toggle.clearfix
- .btn.btn-default.pull-left.hidden-xs#hide_publisher{title: t("shared.publisher.discard_post")}
- %span.text= t("cancel")
-
.btn-toolbar.pull-right
= render partial: "publisher/aspect_dropdown", locals: {selected_aspects: selected_aspects}
- %button.btn.btn-default.btn-group.post_preview_button= t("shared.publisher.preview")
%button.btn.btn-group.btn-primary#submit= t("shared.publisher.share")
.btn-toolbar.pull-right#publisher-service-icons