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
|
@ -25,4 +25,4 @@
|
|||
|
||||
:javascript
|
||||
$(function() {
|
||||
$( "#accordion" ).accordion(); });
|
||||
$("#accordion").accordion(); });
|
||||
|
|
|
@ -36,7 +36,7 @@
|
|||
%h3
|
||||
Team
|
||||
%small
|
||||
( #{@admin_project.users_projects.count} )
|
||||
(#{@admin_project.users_projects.count})
|
||||
|
||||
%hr
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue