(CE Port) "Follow-up from "(EE port) Externalize strings in projects controllers""

This commit is contained in:
Martin Wortschack 2019-04-02 09:08:23 +00:00 committed by Rémy Coutable
parent f87b7fe3b3
commit 8c7f7236a4
2 changed files with 3 additions and 6 deletions

View File

@ -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')

View File

@ -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"