1. 15 Oct, 2015 2 commits
    • Douwe Maan's avatar
      Merge branch 'rs-issues_sentence' into 'master' · e2045f5e
      Douwe Maan authored
      Simplify the `issues_sentence` helper
      
      
      
      See merge request !1598
      e2045f5e
    • Douwe Maan's avatar
      Merge branch 'rs-mr-tabs-scroll' into 'master' · 7ad68523
      Douwe Maan authored
      Prevent a JS error in MergeRequestTabs
      
      When `window.location.hash` is pointing to a note, e.g. `#note_1234`,
      `scrollToElement` would throw an error because a selector such as
      `.commits #note_1234` doesn't exist, so `offset()` returned `undefined`.
      
      This error would prevent subsequent calls from running, which caused the
      loading spinner to never be hidden.
      
      Now we ensure the selector returns a valid element before trying to
      scroll to it.
      
      This is the proper fix for !1553.
      
      See merge request !1597
      7ad68523
  2. 14 Oct, 2015 28 commits
  3. 13 Oct, 2015 10 commits