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:
Diffstat (limited to 'app/views/aspects/_aspect_dropdown.mobile.haml')
-rw-r--r--app/views/aspects/_aspect_dropdown.mobile.haml9
1 files changed, 1 insertions, 8 deletions
diff --git a/app/views/aspects/_aspect_dropdown.mobile.haml b/app/views/aspects/_aspect_dropdown.mobile.haml
index 3938c71c4..222e6f002 100644
--- a/app/views/aspects/_aspect_dropdown.mobile.haml
+++ b/app/views/aspects/_aspect_dropdown.mobile.haml
@@ -1,14 +1,7 @@
-# Note: all_aspects is a global in the ApplicationController
-:ruby
- dropdown_css = {"data-toggle" => "dropdown"}
- if current_user.getting_started?
- dropdown_css[:title] = popover_with_close_html("2. #{t('shared.public_explain.control_your_audience')}")
- dropdown_css["data-content"] = t("shared.public_explain.visibility_dropdown")
- end
.btn-group.aspect-dropdown
- %button.btn.btn-default.dropdown-toggle{dropdown_css}
- %i.entypo-lock.small#visibility-icon
+ %button.btn.btn-default.dropdown-toggle{data: {toggle: "dropdown"}}
%span.text
= t("all_aspects")
%span.caret