rosa-build/app/views/platforms/contents/index.html.haml

14 lines
318 B
Plaintext
Raw Normal View History

2014-01-21 04:51:49 +00:00
- set_meta_tags title: [title_object(@platform), t('layout.platforms.contents')]
= render 'platforms/base/submenu'
= render 'platforms/base/sidebar'
%h3
= t('layout.platforms.contents_of')
= @platform.name
= render 'contents'
:javascript
$(function(){
$('.pagination a').attr('data-remote', 'true');
});