summaryrefslogtreecommitdiff
path: root/app/views/dashboard/merge_requests.html.haml
diff options
context:
space:
mode:
authorGosha Arinich <me@goshakkk.name>2012-03-26 12:11:02 +0300
committerGosha Arinich <me@goshakkk.name>2012-03-26 12:11:02 +0300
commit73404f6281f46b4dd68e5ebde48a242ed8adacc5 (patch)
tree9321092e61099851917c3889851b50da35398629 /app/views/dashboard/merge_requests.html.haml
parent39ea486e1f9701f2a6e91155d2dfd205edd4c94e (diff)
downloadgitlab-ce-73404f6281f46b4dd68e5ebde48a242ed8adacc5.tar.gz
there should be no space after '(' and before ')'
Diffstat (limited to 'app/views/dashboard/merge_requests.html.haml')
-rw-r--r--app/views/dashboard/merge_requests.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/dashboard/merge_requests.html.haml b/app/views/dashboard/merge_requests.html.haml
index 4acdb4dae28..6720a81f466 100644
--- a/app/views/dashboard/merge_requests.html.haml
+++ b/app/views/dashboard/merge_requests.html.haml
@@ -1,6 +1,6 @@
%h3
Merge Requests
- %small ( authored or assigned to you )
+ %small (authored or assigned to you)
%br
- if @merge_requests.any?