Remove second column for information in package upload view

This commit is contained in:
Christoph Haas 2015-02-10 09:14:13 +01:00
parent 8f37aab8b6
commit 7dfc28fd37

View file

@ -15,10 +15,8 @@
' Form
- for screenshot in @package.screenshots
.row
.small-6.columns
img src=screenshot.url('large')
.small-6.columns
' read-only Form
img src=screenshot.url('large')
.small-4.columns
.bigpanel
@ -57,12 +55,12 @@
// .imgcaption =screenshot.caption
//
javascript:
$('#fileupload').fileupload({
dataType: 'json',
done: function (e, data) {
$.each(data.result.files, function (index, file) {
$('<p/>').text(file.name).appendTo(document.body);
});
}
});
//javascript:
// $('#fileupload').fileupload({
// dataType: 'json',
// done: function (e, data) {
// $.each(data.result.files, function (index, file) {
// $('<p/>').text(file.name).appendTo(document.body);
// });
// }
// });