Commit aaa292ff authored by Marvin Karegyeya's avatar Marvin Karegyeya Committed by Kerri Miller

Externalize strings in runners/show.html.haml

parent c21d167a
......@@ -49,7 +49,7 @@
.input-group
= search_field_tag :search, params[:search], class: 'form-control gl-form-input', spellcheck: false
.input-group-append
= submit_tag 'Search', class: 'gl-button btn btn-default'
= submit_tag _('Search'), class: 'gl-button btn btn-default'
%td
- @projects.each do |project|
......@@ -60,7 +60,7 @@
.float-right
= form_for project.runner_projects.new, url: admin_namespace_project_runner_projects_path(project.namespace, project), method: :post do |f|
= f.hidden_field :runner_id, value: @runner.id
= f.submit 'Enable', class: 'gl-button btn btn-sm'
= f.submit _('Enable'), class: 'gl-button btn btn-sm'
= paginate_without_count @projects
.col-md-6
......
---
title: Externalizes strings in runners/show.html.haml
merge_request: 58166
author: nuwe1
type: other
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment