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
1
Merge Requests
1
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
nexedi
gitlab-ce
Commits
a7b00890
Commit
a7b00890
authored
Nov 18, 2016
by
Alfredo Sumaran
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix blank spaces on links
parent
50afa5fd
Changes
7
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
14 additions
and
32 deletions
+14
-32
app/assets/javascripts/cycle_analytics/components/stage_code_component.js.es6
...ts/cycle_analytics/components/stage_code_component.js.es6
+1
-3
app/assets/javascripts/cycle_analytics/components/stage_issue_component.js.es6
...s/cycle_analytics/components/stage_issue_component.js.es6
+2
-6
app/assets/javascripts/cycle_analytics/components/stage_production_component.js.es6
...le_analytics/components/stage_production_component.js.es6
+2
-6
app/assets/javascripts/cycle_analytics/components/stage_review_component.js.es6
.../cycle_analytics/components/stage_review_component.js.es6
+1
-3
app/assets/javascripts/cycle_analytics/components/stage_staging_component.js.es6
...cycle_analytics/components/stage_staging_component.js.es6
+2
-6
app/assets/javascripts/cycle_analytics/components/stage_test_component.js.es6
...ts/cycle_analytics/components/stage_test_component.js.es6
+3
-7
app/assets/stylesheets/pages/cycle_analytics.scss
app/assets/stylesheets/pages/cycle_analytics.scss
+3
-1
No files found.
app/assets/javascripts/cycle_analytics/components/stage_code_component.js.es6
View file @
a7b00890
...
...
@@ -25,9 +25,7 @@
·
<span>
Opened
<a :href="mergeRequest.url" class="issue-date">
{{ mergeRequest.createdAt }}
</a>
<a :href="mergeRequest.url" class="issue-date">{{ mergeRequest.createdAt }}</a>
</span>
<span>
by
...
...
app/assets/javascripts/cycle_analytics/components/stage_issue_component.js.es6
View file @
a7b00890
...
...
@@ -21,15 +21,11 @@
{{ issue.title }}
</a>
</h5>
<a :href="issue.url" class="issue-link">
#{{ issue.iid }}
</a>
<a :href="issue.url" class="issue-link">#{{ issue.iid }}</a>
·
<span>
Opened
<a :href="issue.url" class="issue-date">
{{ issue.createdAt }}
</a>
<a :href="issue.url" class="issue-date">{{ issue.createdAt }}</a>
</span>
<span>
by
...
...
app/assets/javascripts/cycle_analytics/components/stage_production_component.js.es6
View file @
a7b00890
...
...
@@ -21,15 +21,11 @@
{{ issue.title }}
</a>
</h5>
<a :href="issue.url" class="issue-link">
#{{ issue.iid }}
</a>
<a :href="issue.url" class="issue-link">#{{ issue.iid }}</a>
·
<span>
Opened
<a :href="issue.url" class="issue-date">
{{ issue.createdAt }}
</a>
<a :href="issue.url" class="issue-date">{{ issue.createdAt }}</a>
</span>
<span>
by
...
...
app/assets/javascripts/cycle_analytics/components/stage_review_component.js.es6
View file @
a7b00890
...
...
@@ -25,9 +25,7 @@
·
<span>
Opened
<a :href="mergeRequest.url" class="issue-date">
{{ mergeRequest.createdAt }}
</a>
<a :href="mergeRequest.url" class="issue-date">{{ mergeRequest.createdAt }}</a>
</span>
<span>
by
...
...
app/assets/javascripts/cycle_analytics/components/stage_staging_component.js.es6
View file @
a7b00890
...
...
@@ -17,9 +17,7 @@
<div class="item-details">
<img class="avatar" :src="build.author.avatarUrl">
<h5 class="item-title">
<a :href="build.url" class="pipeline-id">
#{{ build.iid }}
</a>
<a :href="build.url" class="pipeline-id">#{{ build.id }}</a>
<i class="fa fa-code-fork"></i>
<a :href="build.branch.url" class="branch-name monospace">{{ build.branch.name }}</a>
<span class="icon-branch">
...
...
@@ -30,9 +28,7 @@
<a :href="build.commitUrl" class="short-sha monospace">da57eb39</a>
</h5>
<span>
<a :href="build.url" class="issue-date">
{{ build.createdAt }}
</a>
<a :href="build.url" class="build-date">{{ build.date }}</a>
by
<a :href="build.author.webUrl" class="issue-author-link">
{{ build.author.name }}
...
...
app/assets/javascripts/cycle_analytics/components/stage_test_component.js.es6
View file @
a7b00890
...
...
@@ -24,13 +24,9 @@
</g>
</svg>
</span>
<a :href="build.url" class="item-build-name">
{{ build.name }}
</a>
<a :href="build.url" class="item-build-name">{{ build.name }}</a>
·
<a href="#" class="pipeline-id">
#{{ build.id }}
</a>
<a href="#" class="pipeline-id">#{{ build.id }}</a>
<i class="fa fa-code-fork"></i>
<a :href="build.branch.url" class="branch-name monospace">{{ build.branch.name }}</a>
<span class="icon-branch">
...
...
@@ -38,7 +34,7 @@
<path fill="#8C8C8C" fill-rule="evenodd" d="M9.678 6.722C9.353 5.167 8.053 4 6.5 4S3.647 5.167 3.322 6.722h-2.6c-.397 0-.722.35-.722.778 0 .428.325.778.722.778h2.6C3.647 9.833 4.947 11 6.5 11s2.853-1.167 3.178-2.722h2.6c.397 0 .722-.35.722-.778 0-.428-.325-.778-.722-.778h-2.6zM4.694 7.5c0-1.09.795-1.944 1.806-1.944 1.01 0 1.806.855 1.806 1.944 0 1.09-.795 1.944-1.806 1.944-1.01 0-1.806-.855-1.806-1.944z"/>
</svg>
</span>
<a :href="build.commitUrl" class="short-sha monospace">
da57eb39
</a>
<a :href="build.commitUrl" class="short-sha monospace">
{{ build.shortSha }}
</a>
</h5>
<span>
<a :href="build.url" class="issue-date">
...
...
app/assets/stylesheets/pages/cycle_analytics.scss
View file @
a7b00890
...
...
@@ -321,7 +321,7 @@
}
}
.issue-date
{
.issue-date
,
.build-date
{
color
:
$gl-text-color
;
}
...
...
@@ -364,6 +364,8 @@
.icon-build-status
{
float
:
left
;
margin-right
:
5px
;
position
:
relative
;
top
:
2px
;
}
.item-build-name
{
...
...
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