Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGrzegorz Bizon <grzesiek.bizon@gmail.com>2016-05-09 14:56:15 +0300
committerGrzegorz Bizon <grzesiek.bizon@gmail.com>2016-05-09 14:56:15 +0300
commit607996c664ddfb67befaf372b108081169ebeaea (patch)
treece01f63a0453dbbbfc8edb054c51eb2467b3b769 /app/views/admin
parent4cc85a58e8ca00f5a4ecbd2bca40a0cad867b817 (diff)
Remove broken inline runner description edit form
Diffstat (limited to 'app/views/admin')
-rw-r--r--app/views/admin/runners/_runner.html.haml12
1 files changed, 2 insertions, 10 deletions
diff --git a/app/views/admin/runners/_runner.html.haml b/app/views/admin/runners/_runner.html.haml
index 6745e58deca..97b6ec1f85d 100644
--- a/app/views/admin/runners/_runner.html.haml
+++ b/app/views/admin/runners/_runner.html.haml
@@ -11,18 +11,10 @@
= link_to admin_runner_path(runner) do
= runner.short_sha
%td
- .runner-description
- = runner.description
- %span (#{link_to 'edit', '#', class: 'edit-runner-link'})
- .runner-description-form.hide
- = form_for [:admin, runner], remote: true, html: { class: 'form-inline' } do |f|
- .form-group
- = f.text_field :description, class: 'form-control'
- = f.submit 'Save', class: 'btn'
- %span (#{link_to 'cancel', '#', class: 'cancel'})
+ = runner.description
%td
- if runner.shared?
- \-
+ = '-'
- else
= runner.projects.count(:all)
%td