Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Tatuya Kamada
gitlab-ce
Commits
28d32033
Commit
28d32033
authored
Dec 21, 2016
by
Regis
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
change retry and canel '_url' to '_path'
parent
2bb49182
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
app/assets/javascripts/vue_pipelines_index/pipeline_actions.js.es6
...s/javascripts/vue_pipelines_index/pipeline_actions.js.es6
+4
-4
No files found.
app/assets/javascripts/vue_pipelines_index/pipeline_actions.js.es6
View file @
28d32033
...
@@ -71,22 +71,22 @@
...
@@ -71,22 +71,22 @@
</div>
</div>
<div class="cancel-retry-btns inline">
<div class="cancel-retry-btns inline">
<a
<a
v-if='pipeline.retry_
url
'
v-if='pipeline.retry_
path
'
class="btn has-tooltip"
class="btn has-tooltip"
title="Retry"
title="Retry"
rel="nofollow"
rel="nofollow"
data-method="post"
data-method="post"
:href='pipeline.retry_
url
'
:href='pipeline.retry_
path
'
>
>
<i class="fa fa-repeat"></i>
<i class="fa fa-repeat"></i>
</a>
</a>
<a
<a
v-if='pipeline.cancel_
url
'
v-if='pipeline.cancel_
path
'
class="btn btn-remove has-tooltip"
class="btn btn-remove has-tooltip"
title="Cancel"
title="Cancel"
rel="nofollow"
rel="nofollow"
data-method="post"
data-method="post"
:href='pipeline.cancel_
url
'
:href='pipeline.cancel_
path
'
data-original-title="Cancel"
data-original-title="Cancel"
>
>
<i class="fa fa-remove"></i>
<i class="fa fa-remove"></i>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment