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:
authorFlaburgan <flaburgan@geexxx.fr>2015-11-12 16:52:46 +0300
committerFlaburgan <flaburgan@geexxx.fr>2016-03-22 15:00:51 +0300
commit3c2bc54061f205565581fe90eae6f24372147bb5 (patch)
tree98df3272fef5c5ed4e4683d46daa0ae0f1c20892 /app/views/publisher
parent76f74ebc0becff1f62938e7f31095fd44efd6191 (diff)
Fix getting started help
Add temp max-width to the streams Back to white bg for left menu Fix invitation code selection fix pronto errors
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 70d386ce5..3ecec1f40 100644
--- a/app/views/publisher/_publisher.html.haml
+++ b/app/views/publisher/_publisher.html.haml
@@ -4,7 +4,7 @@
if( app.publisher ) app.publisher.triggerGettingStarted();
});
-.row#publisher{class: ((aspect == :profile || publisher_open) ? "mention_popup" : "closed")}
+.row.publisher#publisher{class: ((aspect == :profile || publisher_open) ? "mention_popup" : "closed")}
.content_creation
= form_for(StatusMessage.new) do |status|
= status.error_messages