Get rid of the splashpage banner photo and "descriptions"
This commit is contained in:
parent
60ba81ab46
commit
30e8ab856c
23 changed files with 1235 additions and 184 deletions
|
|
@ -15,14 +15,9 @@
|
|||
detectlang: true,
|
||||
autocollect: true
|
||||
};
|
||||
|
||||
$(function() {
|
||||
$('.dropdown input, .dropdown label').click(function(e) {
|
||||
e.stopPropagation();
|
||||
});
|
||||
});
|
||||
|
||||
= content_for(:script_head)
|
||||
= javascript_include_tag "//cdn.transifex.com/live.js"
|
||||
|
||||
= yield(:head)
|
||||
%body
|
||||
= render 'layouts/navigation'
|
||||
|
|
@ -31,7 +26,8 @@
|
|||
= render 'layouts/admin'
|
||||
-else
|
||||
#messages
|
||||
= render 'layouts/messages'
|
||||
.container
|
||||
= render 'layouts/messages'
|
||||
#content
|
||||
= yield
|
||||
#footer
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue