forked from GitHub/dbot
Merge branch 'master' of github.com:reality/depressionbot
This commit is contained in:
commit
6e65d6bdb6
@ -1,6 +1,15 @@
|
|||||||
extends ../layout
|
extends ../layout
|
||||||
|
|
||||||
block content
|
block content
|
||||||
|
script(src='http://masonry.desandro.com/jquery.masonry.min.js')
|
||||||
|
script
|
||||||
|
var $container = $('.thumbnails');
|
||||||
|
$container.imagesLoaded(function(){
|
||||||
|
$container.masonry({
|
||||||
|
itemSelector : '.item',
|
||||||
|
columnWidth : 240
|
||||||
|
});
|
||||||
|
});
|
||||||
div.page-header.profile_page-header
|
div.page-header.profile_page-header
|
||||||
h1
|
h1
|
||||||
#{connection}
|
#{connection}
|
||||||
|
Loading…
Reference in New Issue
Block a user