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

14 lines
321 B
Plaintext
Raw Normal View History

- 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');
});