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