Remove second column for information in package upload view
This commit is contained in:
parent
8f37aab8b6
commit
7dfc28fd37
1 changed files with 11 additions and 13 deletions
|
|
@ -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);
|
||||
// });
|
||||
// }
|
||||
// });
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue