there should be no space after '(' and before ')'
This commit is contained in:
parent
39ea486e1f
commit
73404f6281
11 changed files with 18 additions and 20 deletions
|
@ -1,7 +1,7 @@
|
|||
- if @key.valid?
|
||||
:plain
|
||||
$("#new_key_dialog").dialog("close");
|
||||
$("#keys-table .data").append("#{escape_javascript(render(:partial => 'show', :locals => {:key => @key} ))}");
|
||||
$("#keys-table .data").append("#{escape_javascript(render(:partial => 'show', :locals => {:key => @key}))}");
|
||||
$("#no_ssh_key_defined").hide();
|
||||
- else
|
||||
:plain
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue