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:
authorfla <flaburgan@geexxx.fr>2015-09-21 00:51:12 +0300
committerFlaburgan <flaburgan@geexxx.fr>2016-03-22 15:00:50 +0300
commit5f446330e22112b5d99529833da596dabeda9ba1 (patch)
treedb3ecacf03994a850c5b060dfabcfac586a0b225 /app/helpers
parent49b71d304271f6fa4e0e7de1b8735bc33e2d2a99 (diff)
collapse the sidebars to the side of the screen even on big screens
Drop right side bar, move content to left side bar Move user avatar and name from the left nav bar to the left of the publisher
Diffstat (limited to 'app/helpers')
-rw-r--r--app/helpers/publisher_helper.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/helpers/publisher_helper.rb b/app/helpers/publisher_helper.rb
index 4afe09c4a..3935bc52c 100644
--- a/app/helpers/publisher_helper.rb
+++ b/app/helpers/publisher_helper.rb
@@ -19,7 +19,7 @@ module PublisherHelper
maxchar: "#{service.class::MAX_CHARACTERS}",
data: {toggle: "tooltip", placement: "bottom"} do
if service.provider == "wordpress"
- content_tag(:span, "", class: "social_media_logos-wordpress-16x16")
+ content_tag(:span, "", class: "social-media-logos-wordpress-16x16")
else
content_tag(:i, "", class: "entypo-social-#{ service.provider } small")
end