Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-02-26 00:56:10 +0400
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-02-26 00:56:10 +0400
commit8de19b259ec4f451852ffaaaf7f1010dc05a6c2b (patch)
treef7416108eb7fd35596a80929975971f6cb6a8277 /app/views/issues
parent5e69ad2ceae8d3619775695b7fcab62a7a32377a (diff)
proper name for issue partial
Diffstat (limited to 'app/views/issues')
-rw-r--r--app/views/issues/_issue.html.haml (renamed from app/views/issues/_show.html.haml)0
-rw-r--r--app/views/issues/_issues.html.haml3
2 files changed, 1 insertions, 2 deletions
diff --git a/app/views/issues/_show.html.haml b/app/views/issues/_issue.html.haml
index 3d1ecd43881..3d1ecd43881 100644
--- a/app/views/issues/_show.html.haml
+++ b/app/views/issues/_issue.html.haml
diff --git a/app/views/issues/_issues.html.haml b/app/views/issues/_issues.html.haml
index 3bbd293dba2..dc7db9061ac 100644
--- a/app/views/issues/_issues.html.haml
+++ b/app/views/issues/_issues.html.haml
@@ -1,5 +1,4 @@
-- @issues.each do |issue|
- = render(partial: 'issues/show', locals: {issue: issue})
+= render @issues
- if @issues.present?
%li.bottom