Fix error message

This commit is contained in:
Zbigniew Motyka 2015-04-14 10:20:07 +02:00
parent 79b4d0b0c0
commit bf2db3ec03
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@
- elsif @access_denied
:plain
job = $("tr#repo_#{@repo_id}")
job.find(".import-actions").html("<p class='alert alert-danger'>Access denied! Please verify you can add deploy keys to this repository.</p>"")
job.find(".import-actions").html("<p class='alert alert-danger'>Access denied! Please verify you can add deploy keys to this repository.</p>")
- else
:plain
job = $("tr#repo_#{@repo_id}")