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
d18e2bd5
Commit
d18e2bd5
authored
Nov 21, 2012
by
Dmitriy Zaporozhets
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
styled error message
parent
c1c1a1ee
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
11 deletions
+7
-11
app/assets/stylesheets/common.scss
app/assets/stylesheets/common.scss
+5
-4
app/views/shared/_no_ssh.html.haml
app/views/shared/_no_ssh.html.haml
+2
-7
No files found.
app/assets/stylesheets/common.scss
View file @
d18e2bd5
...
@@ -628,10 +628,11 @@ li.note {
...
@@ -628,10 +628,11 @@ li.note {
.error_message
{
.error_message
{
@extend
.cred
;
@extend
.cred
;
border-bottom
:
1px
solid
#D21
;
border-left
:
4px
solid
#E99
;
padding-bottom
:
20px
;
padding
:
10px
;
text-align
:center
;
margin-bottom
:
10px
;
margin-bottom
:
10px
;
background
:
#FEE
;
padding-left
:
20px
;
}
}
.oauth_select_holder
{
.oauth_select_holder
{
...
...
app/views/shared/_no_ssh.html.haml
View file @
d18e2bd5
-
if
current_user
.
require_ssh_key?
-
if
current_user
.
require_ssh_key?
%h6
.error_message
%p
.error_message
%span
You won't be able to pull or push project code until you
#{
link_to
'add an SSH key'
,
new_key_path
}
to your profile
You won't be able to pull or push project code until you
%strong
=
link_to
new_key_path
,
class:
"vlink"
do
add an SSH key
to your profile
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