Added CHANGELOG and corrected linter errors
This commit is contained in:
parent
103f5a116b
commit
19a21107d7
5 changed files with 7 additions and 4 deletions
|
@ -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;
|
||||
|
|
|
@ -19,4 +19,4 @@
|
|||
= render "zero_authorized_projects"
|
||||
|
||||
:javascript
|
||||
var userCallout = new gl.UserCallout();
|
||||
var userCallout = new gl.UserCallout();
|
||||
|
|
|
@ -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'
|
||||
|
|
4
changelogs/unreleased/user-callouts.yml
Normal file
4
changelogs/unreleased/user-callouts.yml
Normal file
|
@ -0,0 +1,4 @@
|
|||
---
|
||||
title: Added user callouts to the projects dashboard and user profile
|
||||
merge_request:
|
||||
author:
|
|
@ -34,4 +34,4 @@ describe 'User Callouts', js: true do
|
|||
end
|
||||
expect(page).not_to have_selector('#user-callout')
|
||||
end
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue