1. 03 2月, 2017 2 次提交
  2. 31 12月, 2016 1 次提交
  3. 25 11月, 2016 1 次提交
  4. 27 6月, 2016 1 次提交
  5. 24 6月, 2016 2 次提交
  6. 23 6月, 2016 2 次提交
  7. 06 6月, 2016 1 次提交
    • T
      Render `gon` data in the page `body`, not `head` · 1f713d52
      Timothy Andrew 提交于
      - Turbolinks caches the `head`, so `gon` updates don't show up unless
        the user navigates to page directly (by URL) or performs a refresh.
      - The solution is to render `gon` in the body instead.
      - Also update the syntax to the new Rails 4 (according to the gon
        README) syntax.
      1f713d52
  8. 03 6月, 2016 2 次提交
  9. 02 6月, 2016 1 次提交
  10. 19 2月, 2016 1 次提交
  11. 06 1月, 2016 1 次提交
  12. 01 1月, 2016 1 次提交
  13. 25 12月, 2015 6 次提交
  14. 24 12月, 2015 2 次提交
    • R
      Add page descriptions and images · b26eb782
      Robert Speicher 提交于
      A limited number of pages have defined their own descriptions, but
      otherwise we default to the Project's description (if `@project` is
      set), or the old `brand_title` fallback.
      
      The image will either be the uploaded project icon (never a generated
      one), the user's uploaded icon or Gravatar, or, finally, the GitLab
      logo.
      b26eb782
    • R
      Add Open Graph meta tags · 947a0958
      Robert Speicher 提交于
      947a0958
  15. 03 10月, 2015 1 次提交
  16. 09 9月, 2015 1 次提交
  17. 06 8月, 2015 1 次提交
  18. 11 7月, 2015 1 次提交
  19. 09 7月, 2015 2 次提交
  20. 09 6月, 2015 1 次提交
  21. 05 6月, 2015 1 次提交
  22. 01 5月, 2015 1 次提交
  23. 27 4月, 2015 1 次提交
  24. 23 4月, 2015 1 次提交
  25. 21 4月, 2015 1 次提交
  26. 02 4月, 2015 1 次提交
  27. 03 3月, 2015 2 次提交
  28. 15 2月, 2015 1 次提交
    • V
      Upgrade to Rails 4.1.9 · 76aad9b7
      Vinnie Okada 提交于
      Make the following changes to deal with new behavior in Rails 4.1.2:
      
      * Use nested resources to avoid slashes in arguments to path helpers.
      76aad9b7