issues counter are now live updated on creation/deleteion/reopening …

buttons on forms are disabled on submit (re-enabled after the request is complete)
This commit is contained in:
Staicu Ionut 2012-07-10 07:33:04 +03:00
parent be1b40802d
commit ba7b85d0d9
7 changed files with 48 additions and 11 deletions

View file

@ -2,7 +2,7 @@
.issues_content
%h3.page_title
Issues
%small (#{@issues.total_count})
%small (<span class=issue_counter>#{@issues.total_count}</span>)
.right
.span5
- if can? current_user, :write_issue, @project
@ -45,4 +45,4 @@
:javascript
$(function(){
issuesPage();
})
})