Loading app/assets/stylesheets/conversations.scss +1 −1 Original line number Diff line number Diff line Loading @@ -148,7 +148,7 @@ } } .stream_container .conversation-participants { .stream-container .conversation-participants { margin-bottom: 20px; .hide_conversation, .delete_conversation { Loading app/assets/stylesheets/interactions.scss +1 −1 Original line number Diff line number Diff line Loading @@ -22,7 +22,7 @@ } } .stream_container, .stream-container, .single-post-interactions { .control-icons { float: right; Loading app/assets/stylesheets/profile.scss +1 −1 Original line number Diff line number Diff line Loading @@ -137,7 +137,7 @@ } .stream_container > .pagination { text-align: center; } .stream-container > .pagination { text-align: center; } #people_stream { background-color: $white; Loading app/assets/stylesheets/stream.scss +1 −1 Original line number Diff line number Diff line .stream_container { .stream-container { .stream-title { margin: 12px 0; } Loading app/views/conversations/index.haml +1 −1 Original line number Diff line number Diff line Loading @@ -22,7 +22,7 @@ = will_paginate @visibilities, previous_label: "«", next_label: "»", inner_window: 1, renderer: WillPaginate::ActionView::BootstrapLinkRenderer .col-md-8 .conversations-form-container.stream_container .conversations-form-container.stream-container #conversation-show{class: @conversation ? "" : "hidden"} - if @conversation = render 'conversations/show', conversation: @conversation Loading Loading
app/assets/stylesheets/conversations.scss +1 −1 Original line number Diff line number Diff line Loading @@ -148,7 +148,7 @@ } } .stream_container .conversation-participants { .stream-container .conversation-participants { margin-bottom: 20px; .hide_conversation, .delete_conversation { Loading
app/assets/stylesheets/interactions.scss +1 −1 Original line number Diff line number Diff line Loading @@ -22,7 +22,7 @@ } } .stream_container, .stream-container, .single-post-interactions { .control-icons { float: right; Loading
app/assets/stylesheets/profile.scss +1 −1 Original line number Diff line number Diff line Loading @@ -137,7 +137,7 @@ } .stream_container > .pagination { text-align: center; } .stream-container > .pagination { text-align: center; } #people_stream { background-color: $white; Loading
app/assets/stylesheets/stream.scss +1 −1 Original line number Diff line number Diff line .stream_container { .stream-container { .stream-title { margin: 12px 0; } Loading
app/views/conversations/index.haml +1 −1 Original line number Diff line number Diff line Loading @@ -22,7 +22,7 @@ = will_paginate @visibilities, previous_label: "«", next_label: "»", inner_window: 1, renderer: WillPaginate::ActionView::BootstrapLinkRenderer .col-md-8 .conversations-form-container.stream_container .conversations-form-container.stream-container #conversation-show{class: @conversation ? "" : "hidden"} - if @conversation = render 'conversations/show', conversation: @conversation Loading