Skip to content

Commit

Permalink
Builds -> Jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
Salamek committed Jun 11, 2018
1 parent fa75615 commit 6ea2b06
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ <h3 class="panel-title">{{ _("Edit mirror %(project_name)s", project_name=mirror
{{form.is_jobs_enabled(class_="", **{'data-toggle':"popover",
'data-trigger':"focus",
'data-placement': "bottom", 'data-content': '<br>'.join(form.is_jobs_enabled.errors)})}}
Enable CI builds.
Enable CI jobs.
</label>
</div>
</div>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ <h3 class="panel-title">{{ _("New pull mirror") }}</h3>
{{form.is_jobs_enabled(class_="", **{'data-toggle':"popover",
'data-trigger':"focus",
'data-placement': "bottom", 'data-content': '<br>'.join(form.is_jobs_enabled.errors)})}}
Enable CI builds.
Enable CI jobs.
</label>
</div>
</div>
Expand Down

0 comments on commit 6ea2b06

Please sign in to comment.