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
8de19b25
Commit
8de19b25
authored
Feb 25, 2013
by
Dmitriy Zaporozhets
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
proper name for issue partial
parent
5e69ad2c
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
4 additions
and
5 deletions
+4
-5
app/views/dashboard/issues.html.haml
app/views/dashboard/issues.html.haml
+1
-1
app/views/groups/issues.html.haml
app/views/groups/issues.html.haml
+1
-1
app/views/issues/_issue.html.haml
app/views/issues/_issue.html.haml
+0
-0
app/views/issues/_issues.html.haml
app/views/issues/_issues.html.haml
+1
-2
app/views/teams/issues.html.haml
app/views/teams/issues.html.haml
+1
-1
No files found.
app/views/dashboard/issues.html.haml
View file @
8de19b25
...
...
@@ -17,7 +17,7 @@
=
link_to_project
project
%ul
.well-list.issues_table
-
group
[
1
].
each
do
|
issue
|
=
render
(
partial:
'issues/show'
,
locals:
{
issue:
issue
})
=
render
issue
%hr
=
paginate
@issues
,
theme:
"gitlab"
-
else
...
...
app/views/groups/issues.html.haml
View file @
8de19b25
...
...
@@ -16,7 +16,7 @@
=
link_to_project
project
%ul
.well-list.issues_table
-
group
[
1
].
each
do
|
issue
|
=
render
(
partial:
'issues/show'
,
locals:
{
issue:
issue
})
=
render
issue
%hr
=
paginate
@issues
,
theme:
"gitlab"
-
else
...
...
app/views/issues/_
show
.html.haml
→
app/views/issues/_
issue
.html.haml
View file @
8de19b25
File moved
app/views/issues/_issues.html.haml
View file @
8de19b25
-
@issues
.
each
do
|
issue
|
=
render
(
partial:
'issues/show'
,
locals:
{
issue:
issue
})
=
render
@issues
-
if
@issues
.
present?
%li
.bottom
...
...
app/views/teams/issues.html.haml
View file @
8de19b25
...
...
@@ -16,7 +16,7 @@
=
link_to_project
@project
%ul
.well-list.issues_table
-
group
[
1
].
each
do
|
issue
|
=
render
(
partial:
'issues/show'
,
locals:
{
issue:
issue
})
=
render
issue
%hr
=
paginate
@issues
,
theme:
"gitlab"
-
else
...
...
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