Unverified Commit 9fa032e4 authored by Steffen van Bergerem's avatar Steffen van Bergerem Committed by Benjamin Neff
Browse files

Replace people_stream with people-stream

parent 77296354
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -17,7 +17,7 @@ app.pages.Contacts = Backbone.View.extend({
    this.chatToggle = $("#chat_privilege_toggle i");
    this.stream = opts.stream;
    this.stream.render();
    $("#people_stream.contacts .header i").tooltip({"placement": "bottom"});
    $("#people-stream.contacts .header i").tooltip({"placement": "bottom"});
    $(document).on("ajax:success", "form.edit_aspect", this.updateAspectName);
    app.events.on("aspect:create", function(){ window.location.reload() });
    app.events.on("aspect_membership:create", this.addAspectMembership, this);
+1 −1
Original line number Diff line number Diff line
@@ -9,7 +9,7 @@ var List = {
  },

  handleSearchRefresh: function( data ) {
    var streamEl = $("#people_stream.stream");
    var streamEl = $("#people-stream.stream");
    var string = data.search_html || $("<p>", {
        text : Diaspora.I18n.t("people.not_found")
      });
+1 −1
Original line number Diff line number Diff line
@@ -61,7 +61,7 @@ body {

  #invitationsModal #email_invitation { border-top: 1px dashed $gray-light; }

  #contacts_container #people_stream.contacts .stream-element.in_aspect {
  #contacts_container #people-stream.contacts .stream-element.in_aspect {
    background-color: $state-success-bg;
    border-left: 3px solid darken($state-success-bg, 10%);
  }
+1 −1
Original line number Diff line number Diff line
@@ -21,7 +21,7 @@
}

#contacts_container {
  #people_stream.contacts {
  #people-stream.contacts {
    .header {
      #change_aspect_name { cursor: pointer; }
      #aspect_name_form {
+1 −1
Original line number Diff line number Diff line
@@ -5,7 +5,7 @@
  }
  #invitations-button { padding-left: 0; }
}
#people_stream {
#people-stream {
  .media, .media-body {
    overflow: visible;
  }
Loading