Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
830b46a3
Commit
830b46a3
authored
Nov 22, 2019
by
Alper Akgun
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Reduce start a trial emoji rocket size
parent
14eb7a47
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
12 additions
and
1 deletion
+12
-1
app/assets/stylesheets/framework/header.scss
app/assets/stylesheets/framework/header.scss
+6
-0
app/views/layouts/header/_current_user_dropdown.html.haml
app/views/layouts/header/_current_user_dropdown.html.haml
+1
-1
changelogs/unreleased/37000-reduce-start-a-trial-emoji-rocket-size.yml
...released/37000-reduce-start-a-trial-emoji-rocket-size.yml
+5
-0
No files found.
app/assets/stylesheets/framework/header.scss
View file @
830b46a3
...
...
@@ -552,6 +552,12 @@
svg
{
vertical-align
:
text-top
;
}
a
.trial-link
gl-emoji
{
font-size
:
14px
;
margin-top
:
-4px
;
}
}
}
...
...
app/views/layouts/header/_current_user_dropdown.html.haml
View file @
830b46a3
...
...
@@ -20,7 +20,7 @@
=
link_to
s_
(
"CurrentUser|Profile"
),
current_user
,
class:
'profile-link'
,
data:
{
user:
current_user
.
username
}
-
if
current_user_menu?
(
:start_trial
)
%li
%a
.
profile
-link
{
href:
trials_link_url
}
%a
.
trial
-link
{
href:
trials_link_url
}
=
s_
(
"CurrentUser|Start a Gold trial"
)
=
emoji_icon
(
'rocket'
)
-
if
current_user_menu?
(
:settings
)
...
...
changelogs/unreleased/37000-reduce-start-a-trial-emoji-rocket-size.yml
0 → 100644
View file @
830b46a3
---
title
:
Reduce start a trial emoji rocket size
merge_request
:
20579
author
:
type
:
changed
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