Merge branch 'master' of github.com:gitlabhq/gitlabhq

This commit is contained in:
Dmitriy Zaporozhets 2014-02-27 13:14:03 +02:00
commit b2cab1c52a
2 changed files with 2 additions and 2 deletions

View File

@ -27,7 +27,7 @@ v 6.6.0
- Remove snippet expiration
- Mobile UI improvements (Drew Blessing)
- Fix block/remove UI for admin::users#show page
- Show users' group membership on users' activity page
- Show users' group membership on users' activity page (Robert Djurasaj)
- User pages are visible without login if user is authorized to a public project
- Markdown rendered headers have id derived from their name and link to their id
- Improve application to work faster with large groups (100+ members)

View File

@ -70,7 +70,7 @@
@import "sections/groups.scss";
/**
* Code ighlight
* Code highlight
*/
@import "highlight/white.scss";
@import "highlight/dark.scss";