there should be no space after '(' and before ')'

This commit is contained in:
Gosha Arinich 2012-03-26 12:11:02 +03:00
parent 39ea486e1f
commit 73404f6281
11 changed files with 18 additions and 20 deletions

View file

@ -11,7 +11,7 @@
%span.ico.projects
= link_to "Projects" , "#projects", :id => "projects"
%small
( most recent )
(most recent)
%strong.right
= link_to projects_path do
@ -55,7 +55,7 @@
%h3
= link_to "Merge Requests" , "#merge_requests", :id => "merge_requests"
%small ( authored or assigned to you )
%small (authored or assigned to you)
%strong.right
= link_to dashboard_merge_requests_path do
Visit merge requests page →
@ -67,7 +67,7 @@
%div.dashboard_category
%h3
= link_to "Issues" , "#issues", :id => "issues"
%small ( assigned to you )
%small (assigned to you)
%strong.right
= link_to dashboard_issues_path do
Visit issues page →

View file

@ -1,6 +1,6 @@
%h3
Issues
%small ( assigned to you )
%small (assigned to you)
%br
- if @issues.any?

View file

@ -1,6 +1,6 @@
%h3
Merge Requests
%small ( authored or assigned to you )
%small (authored or assigned to you)
%br
- if @merge_requests.any?