diff options
author | Stefan Wintermeyer <stefan.wintermeyer@amooma.de> | 2013-03-12 12:32:32 +0100 |
---|---|---|
committer | Stefan Wintermeyer <stefan.wintermeyer@amooma.de> | 2013-03-12 12:32:32 +0100 |
commit | d11a8692e742720435c4286e3752c8c136cc88cf (patch) | |
tree | f01b4c5c5e4a7f713a13ffbb3eaba031ecdb3979 /app/views/fax_documents | |
parent | b16aeeccff8de5fd579d79a48740df7a3e34e7bc (diff) |
jquery replaceWith for FaxDocument#view after sending the fax
Diffstat (limited to 'app/views/fax_documents')
-rw-r--r-- | app/views/fax_documents/_fax_document.html.haml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/fax_documents/_fax_document.html.haml b/app/views/fax_documents/_fax_document.html.haml index 1fd5270..930a0c3 100644 --- a/app/views/fax_documents/_fax_document.html.haml +++ b/app/views/fax_documents/_fax_document.html.haml @@ -1,4 +1,4 @@ -.div{:id => "fax_document_#{fax_document.id}"} +.fax_document{:id => fax_document.id} .row .span12 %table.table.table-striped |