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:
authorRiyad Preukschas <riyad@informatik.uni-bremen.de>2012-12-04 00:43:17 +0400
committerRiyad Preukschas <riyad@informatik.uni-bremen.de>2012-12-04 01:51:57 +0400
commit4ed8278870640017b93f18b476532824eba70ac2 (patch)
tree05470846eeaeea74b2e61b203bf5912c96bc6d8e /app/views/issues/show.html.haml
parent7978f8dd2b62baacb0d045b65282b758a76da118 (diff)
Fix a bunch of smaller glitches.
Diffstat (limited to 'app/views/issues/show.html.haml')
-rw-r--r--app/views/issues/show.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/issues/show.html.haml b/app/views/issues/show.html.haml
index a52d1134acc..3d3164fed20 100644
--- a/app/views/issues/show.html.haml
+++ b/app/views/issues/show.html.haml
@@ -61,4 +61,4 @@
= markdown @issue.description
-.issue_notes.voting_notes#notes= render "notes/notes_with_form"
+.voting_notes#notes= render "notes/notes_with_form"