Added CHANGELOG and corrected linter errors

This commit is contained in:
Jose Ivan Vargas 2017-02-16 17:45:05 -06:00
parent 103f5a116b
commit 19a21107d7
5 changed files with 7 additions and 4 deletions

View File

@ -201,7 +201,6 @@ $table-permission-x-bg: #d9edf7;
$username-color: #666;
$description-color: #666;
$profiler-border: #eee;
$user-callout-right: 120px;
/* tanuki logo colors */
$tanuki-red: #e24329;

View File

@ -19,4 +19,4 @@
= render "zero_authorized_projects"
:javascript
var userCallout = new gl.UserCallout();
var userCallout = new gl.UserCallout();

View File

@ -10,4 +10,4 @@
%p
Change syntax themes, default project pages, and more in preferences.
= link_to "Check it out", profile_preferences_path, class: 'btn user-callout-btn'
= link_to "Check it out", profile_preferences_path, class: 'btn user-callout-btn'

View File

@ -0,0 +1,4 @@
---
title: Added user callouts to the projects dashboard and user profile
merge_request:
author:

View File

@ -34,4 +34,4 @@ describe 'User Callouts', js: true do
end
expect(page).not_to have_selector('#user-callout')
end
end
end