styled error message
This commit is contained in:
parent
c1c1a1eeee
commit
d18e2bd59d
2 changed files with 7 additions and 11 deletions
|
@ -1,8 +1,3 @@
|
|||
- if current_user.require_ssh_key?
|
||||
%h6.error_message
|
||||
%span
|
||||
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
|
||||
%p.error_message
|
||||
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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue