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
diff options
context:
space:
mode:
authorSteffen van Bergerem <svbergerem@online.de>2015-06-02 03:47:22 +0300
committerJonne Haß <me@jhass.eu>2015-06-04 19:05:43 +0300
commit8a004ee02a988725e2c49d1165c88fb35956c8be (patch)
treeaf2d74da16d349dfb4c496d4ebaf4c55874d2932 /app/views/publisher
parente372b4eb954ad04778304d291cddf06a24bebfe3 (diff)
Overwrite Bootstrap variables and fix publisher
Diffstat (limited to 'app/views/publisher')
-rw-r--r--app/views/publisher/_publisher.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/publisher/_publisher.html.haml b/app/views/publisher/_publisher.html.haml
index c34a59cb4..faac8440d 100644
--- a/app/views/publisher/_publisher.html.haml
+++ b/app/views/publisher/_publisher.html.haml
@@ -61,7 +61,7 @@
- for service in current_user.services
= service_button(service)
%a.btn.btn-group.btn-link{ href: "#question_mark_pane", class: 'question_mark', rel: 'facebox', title: t('shared.public_explain.manage') }
- %i.entypo.small.cog
+ %i.entypo.cog
= render partial: "publisher/aspect_dropdown", locals: { :selected_aspects => selected_aspects }