there should be no space after '(' and before ')'
This commit is contained in:
parent
39ea486e1f
commit
73404f6281
11 changed files with 18 additions and 20 deletions
|
@ -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 →
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
%h3
|
||||
Issues
|
||||
%small ( assigned to you )
|
||||
%small (assigned to you)
|
||||
|
||||
%br
|
||||
- if @issues.any?
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
%h3
|
||||
Merge Requests
|
||||
%small ( authored or assigned to you )
|
||||
%small (authored or assigned to you)
|
||||
|
||||
%br
|
||||
- if @merge_requests.any?
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue