DeployKey moved to Key model
This commit is contained in:
parent
5b4382e12e
commit
99b8b577e9
8 changed files with 35 additions and 93 deletions
|
@ -1,5 +1,5 @@
|
|||
%div
|
||||
= form_for [@project, @key], :remote => true do |f|
|
||||
= form_for [@project, @key], :url => project_deploy_keys_path, :remote => true do |f|
|
||||
-if @key.errors.any?
|
||||
%ul
|
||||
- @key.errors.full_messages.each do |msg|
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue