Commit c9078c0f03697d681e27d133f3ec490fff67276e

Authored by Evandro Jr
2 parents f7cbb6b9 7ad5d15b

Merge branch 'AI3074-community_dashboard' into stable

plugins/community_hub/public/style.css
@@ -558,7 +558,7 @@ textarea#message_body { @@ -558,7 +558,7 @@ textarea#message_body {
558 margin-left: 80px; 558 margin-left: 80px;
559 } 559 }
560 560
561 -.comment-count { 561 +.post .comment-count {
562 margin-left: 80px; 562 margin-left: 80px;
563 padding: 5px 10px; 563 padding: 5px 10px;
564 background-color: white; 564 background-color: white;
plugins/community_hub/twitter/stream.rb
@@ -64,7 +64,6 @@ def listen_twitter_stream(hub, author_id) @@ -64,7 +64,6 @@ def listen_twitter_stream(hub, author_id)
64 rescue => e 64 rescue => e
65 puts "Error reading twitter stream #{e.inspect}" 65 puts "Error reading twitter stream #{e.inspect}"
66 sleep (10 + 2 ** tries) 66 sleep (10 + 2 ** tries)
67 - break  
68 end 67 end
69 end 68 end
70 end 69 end