BigW Consortium Gitlab
Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
gitlab-ce
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Forest Godfrey
gitlab-ce
Commits
19a21107
Commit
19a21107
authored
Feb 16, 2017
by
Jose Ivan Vargas
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added CHANGELOG and corrected linter errors
parent
103f5a11
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
7 additions
and
7 deletions
+7
-7
variables.scss
app/assets/stylesheets/framework/variables.scss
+0
-1
index.html.haml
app/views/dashboard/projects/index.html.haml
+1
-2
_user_callout.html.haml
app/views/shared/_user_callout.html.haml
+1
-2
user-callouts.yml
changelogs/unreleased/user-callouts.yml
+4
-0
user_callout_spec.rb
spec/features/user_callout_spec.rb
+1
-2
No files found.
app/assets/stylesheets/framework/variables.scss
View file @
19a21107
...
...
@@ -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
;
...
...
app/views/dashboard/projects/index.html.haml
View file @
19a21107
...
...
@@ -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
();
app/views/shared/_user_callout.html.haml
View file @
19a21107
...
...
@@ -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'
changelogs/unreleased/user-callouts.yml
0 → 100644
View file @
19a21107
---
title
:
Added user callouts to the projects dashboard and user profile
merge_request
:
author
:
spec/features/user_callout_spec.rb
View file @
19a21107
...
...
@@ -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
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment