Commit d18e2bd5 authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets

styled error message

parent c1c1a1ee
...@@ -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 {
......
- 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
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