diff options
| author | gitlabhq <m@gitlabhq.com> | 2011-10-27 18:18:50 +0300 |
|---|---|---|
| committer | gitlabhq <m@gitlabhq.com> | 2011-10-27 18:18:50 +0300 |
| commit | 2258db66c2e8ddccc1716b92f9d9a3a1cb3eff7f (patch) | |
| tree | 621e6549fd04183c744c7d16c9ecb9ca9a3b3b63 /app/views/issues/index.html.haml | |
| parent | f4e7ad7a4b8f188419104995e7b6346149ab31ab (diff) | |
| download | gitlab-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.haml | 2 |
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({ |
