15 lines
495 B
Plaintext
15 lines
495 B
Plaintext
|
.block
|
||
|
.secondary-navigation
|
||
|
%ul.wat-cf
|
||
|
%li.first.active= link_to t("layout.repositories.list"), repositories_path
|
||
|
%li= link_to t("layout.platforms.new"), new_repository_path
|
||
|
.content
|
||
|
%h2.title
|
||
|
= t("layout.platforms.list_header")
|
||
|
.inner
|
||
|
= render :partial => 'shared/search_form'
|
||
|
= render :partial => 'list', :object => @repositories
|
||
|
.actions-bar.wat-cf
|
||
|
.actions
|
||
|
= will_paginate @repositories, :param_name => :repository_page
|