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:
parent
be1b40802d
commit
ba7b85d0d9
7 changed files with 48 additions and 11 deletions
|
@ -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();
|
||||
})
|
||||
})
|
Loading…
Add table
Add a link
Reference in a new issue