summaryrefslogtreecommitdiff
path: root/app/views/issues/index.html.haml
diff options
context:
space:
mode:
authorgitlabhq <m@gitlabhq.com>2011-10-27 18:18:50 +0300
committergitlabhq <m@gitlabhq.com>2011-10-27 18:18:50 +0300
commit2258db66c2e8ddccc1716b92f9d9a3a1cb3eff7f (patch)
tree621e6549fd04183c744c7d16c9ecb9ca9a3b3b63 /app/views/issues/index.html.haml
parentf4e7ad7a4b8f188419104995e7b6346149ab31ab (diff)
downloadgitlab-ce-2258db66c2e8ddccc1716b92f9d9a3a1cb3eff7f.tar.gz
issue can be edit from show page
Diffstat (limited to 'app/views/issues/index.html.haml')
-rw-r--r--app/views/issues/index.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/issues/index.html.haml b/app/views/issues/index.html.haml
index 56042fa2446..a70c65d47c6 100644
--- a/app/views/issues/index.html.haml
+++ b/app/views/issues/index.html.haml
@@ -45,7 +45,7 @@
});
$('.delete-issue').live('ajax:success', function() {
- $(this).closest('tr').fadeOut(); });
+ $(this).closest('tr').fadeOut(); updatePage();});
function setSortable(){
$('#issues-table>tbody').sortable({