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
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
gitlab-ce
Commits
73dabcb3
Commit
73dabcb3
authored
Jul 22, 2012
by
Riyad Preukschas
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update links to issues
parent
cbce4528
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
5 deletions
+4
-5
app/assets/stylesheets/sections/issues.scss
app/assets/stylesheets/sections/issues.scss
+1
-1
app/views/issues/_show.html.haml
app/views/issues/_show.html.haml
+1
-2
app/views/milestones/show.html.haml
app/views/milestones/show.html.haml
+2
-2
No files found.
app/assets/stylesheets/sections/issues.scss
View file @
73dabcb3
...
@@ -34,7 +34,7 @@
...
@@ -34,7 +34,7 @@
width
:
32px
;
width
:
32px
;
margin-top
:
4px
;
margin-top
:
4px
;
}
}
p
.row_title
{
.row_title
{
padding
:
0px
;
padding
:
0px
;
padding-bottom
:
2px
;
padding-bottom
:
2px
;
}
}
...
...
app/views/issues/_show.html.haml
View file @
73dabcb3
...
@@ -24,8 +24,7 @@
...
@@ -24,8 +24,7 @@
-
else
-
else
=
image_tag
"no_avatar.png"
,
:class
=>
"avatar"
=
image_tag
"no_avatar.png"
,
:class
=>
"avatar"
=
link_to
project_issue_path
(
issue
.
project
,
issue
)
do
%p
=
link_to
truncate
(
issue
.
title
,
:length
=>
100
),
project_issue_path
(
issue
.
project
,
issue
),
:class
=>
"row_title"
%p
.row_title
=
truncate
(
issue
.
title
,
:length
=>
100
)
%span
.update-author
%span
.update-author
%small
.cdark
=
"#
#{
issue
.
id
}
"
%small
.cdark
=
"#
#{
issue
.
id
}
"
...
...
app/views/milestones/show.html.haml
View file @
73dabcb3
...
@@ -50,8 +50,8 @@
...
@@ -50,8 +50,8 @@
%td
%td
=
link_to
[
@project
,
issue
]
do
=
link_to
[
@project
,
issue
]
do
%span
.badge.badge-info
##{issue.id}
%span
.badge.badge-info
##{issue.id}
–
–
=
truncate
issue
.
title
,
:length
=>
60
=
link_to
truncate
(
issue
.
title
,
:length
=>
60
),
[
@project
,
issue
]
%br
%br
=
paginate
@issues
,
:theme
=>
"gitlab"
=
paginate
@issues
,
:theme
=>
"gitlab"
...
...
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