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/views/publisher
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/views/publisher')
-rw-r--r--app/views/publisher/_publisher.mobile.haml4
1 files changed, 3 insertions, 1 deletions
diff --git a/app/views/publisher/_publisher.mobile.haml b/app/views/publisher/_publisher.mobile.haml
index 8040a152d..4399b7c13 100644
--- a/app/views/publisher/_publisher.mobile.haml
+++ b/app/views/publisher/_publisher.mobile.haml
@@ -11,7 +11,9 @@
%span#publisher-service-icons
- if current_user.services
- for service in current_user.services
- = image_tag "social_media_logos/#{service.provider}-32x32.png", title: service.provider.titleize, class: "service_icon dim", id:"#{service.provider}", maxchar: "#{service.class::MAX_CHARACTERS}"
+ = image_tag "social-media-logos/#{service.provider}-32x32.png",
+ title: service.provider.titleize, class: "service_icon dim",
+ id: "#{service.provider}", maxchar: "#{service.class::MAX_CHARACTERS}"
%select{id: "aspect_ids_", class: "form-control", name: "aspect_ids[]"}
%option{value: 'public'}