summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Wortschack <mwortschack@gitlab.com>2019-04-01 14:43:56 +0200
committerMartin Wortschack <mwortschack@gitlab.com>2019-04-01 14:43:56 +0200
commitfa245f704422c9cc8e244c3426cfd0b1ec466272 (patch)
treedd04b75819c215887753a862722134b91f43f1f7
parent9763c9cc0e3c12842ae214b314e2873b483f9583 (diff)
downloadgitlab-ce-ce-10828-follow-up-from-ee-port-externalize-strings-in-projects-controllers.tar.gz
-rw-r--r--app/controllers/projects/pipeline_schedules_controller.rb4
-rw-r--r--locale/gitlab.pot5
2 files changed, 3 insertions, 6 deletions
diff --git a/app/controllers/projects/pipeline_schedules_controller.rb b/app/controllers/projects/pipeline_schedules_controller.rb
index fd5b89298a7..6b721c8fdf7 100644
--- a/app/controllers/projects/pipeline_schedules_controller.rb
+++ b/app/controllers/projects/pipeline_schedules_controller.rb
@@ -50,8 +50,8 @@ class Projects::PipelineSchedulesController < Projects::ApplicationController
job_id = RunPipelineScheduleWorker.perform_async(schedule.id, current_user.id)
if job_id
- link_to_pipelines = view_context.link_to(_('Pipelines page'), project_pipelines_path(@project))
- message = _("Successfully scheduled a pipeline to run. Go to the %{link_to_pipelines} for details.").html_safe % { link_to_pipelines: link_to_pipelines }
+ pipelines_link_start = "<a href=\"#{project_pipelines_path(@project)}\">"
+ message = _("Successfully scheduled a pipeline to run. Go to the %{pipelines_link_start}Pipelines page%{pipelines_link_end} for details.") % { pipelines_link_start: pipelines_link_start, pipelines_link_end: "</a>" }
flash[:notice] = message.html_safe
else
flash[:alert] = _('Unable to schedule a pipeline to run immediately')
diff --git a/locale/gitlab.pot b/locale/gitlab.pot
index 1e6f04c7815..fcbd34a05d5 100644
--- a/locale/gitlab.pot
+++ b/locale/gitlab.pot
@@ -5833,9 +5833,6 @@ msgstr ""
msgid "Pipelines for last year"
msgstr ""
-msgid "Pipelines page"
-msgstr ""
-
msgid "Pipelines settings for '%{project_name}' were successfully updated."
msgstr ""
@@ -7708,7 +7705,7 @@ msgstr ""
msgid "Successfully removed email."
msgstr ""
-msgid "Successfully scheduled a pipeline to run. Go to the %{link_to_pipelines} for details."
+msgid "Successfully scheduled a pipeline to run. Go to the %{pipelines_link_start}Pipelines page%{pipelines_link_end} for details."
msgstr ""
msgid "Successfully unblocked"