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;
$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();
\ No newline at end of file
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'
\ No newline at end of file
= link_to "Check it out", profile_preferences_path, class: 'btn user-callout-btn'
---
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
\ No newline at end of file
end
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