BigW Consortium Gitlab
Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
gitlab-ce
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Forest Godfrey
gitlab-ce
Commits
3cdb8f26
Unverified
Commit
3cdb8f26
authored
Dec 19, 2013
by
Dmitriy Zaporozhets
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
UI: use different padding in labels for Issues#show and Issues#index
Signed-off-by:
Dmitriy Zaporozhets
<
dmitriy.zaporozhets@gmail.com
>
parent
63d5fcc8
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
issues.scss
app/assets/stylesheets/sections/issues.scss
+1
-1
show.html.haml
app/views/projects/issues/show.html.haml
+1
-1
No files found.
app/assets/stylesheets/sections/issues.scss
View file @
3cdb8f26
...
...
@@ -125,7 +125,7 @@ input.check_all_issues {
max-width
:
200px
;
}
.issue-labels
.label
{
.issue-
show-
labels
.label
{
padding
:
6px
10px
;
}
...
...
app/views/projects/issues/show.html.haml
View file @
3cdb8f26
...
...
@@ -64,7 +64,7 @@
-
@issue
.
participants
.
each
do
|
participant
|
=
link_to_member
(
@project
,
participant
,
name:
false
,
size:
24
)
.issue-labels.pull-right
.issue-
show-
labels.pull-right
-
@issue
.
labels
.
each
do
|
label
|
%span
{
class:
"label #{label_css_class(label.name)}"
}
%i
.icon-tag
...
...
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