Commit 19a21107 authored by Jose Ivan Vargas's avatar Jose Ivan Vargas

Added CHANGELOG and corrected linter errors

parent 103f5a11
...@@ -201,7 +201,6 @@ $table-permission-x-bg: #d9edf7; ...@@ -201,7 +201,6 @@ $table-permission-x-bg: #d9edf7;
$username-color: #666; $username-color: #666;
$description-color: #666; $description-color: #666;
$profiler-border: #eee; $profiler-border: #eee;
$user-callout-right: 120px;
/* tanuki logo colors */ /* tanuki logo colors */
$tanuki-red: #e24329; $tanuki-red: #e24329;
......
...@@ -19,4 +19,4 @@ ...@@ -19,4 +19,4 @@
= render "zero_authorized_projects" = render "zero_authorized_projects"
:javascript :javascript
var userCallout = new gl.UserCallout(); var userCallout = new gl.UserCallout();
\ No newline at end of file
...@@ -10,4 +10,4 @@ ...@@ -10,4 +10,4 @@
%p %p
Change syntax themes, default project pages, and more in preferences. 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'
\ No newline at end of file
---
title: Added user callouts to the projects dashboard and user profile
merge_request:
author:
...@@ -34,4 +34,4 @@ describe 'User Callouts', js: true do ...@@ -34,4 +34,4 @@ describe 'User Callouts', js: true do
end end
expect(page).not_to have_selector('#user-callout') expect(page).not_to have_selector('#user-callout')
end end
end end
\ No newline at end of file
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment