Cross Reference:
xref
: /
ontohub
/
app
/
views
/
ontologies
/
index.html.haml
Home
History
Annotate
Line#
Navigate
Download
Search
only in
./
index.html.haml revision 068c4812bb4a75942b62c2124ca1875525b3ac5c
2
N/A
- if can? :create, Ontology
2
N/A
%
ul.actions.right
2
N/A
%li= link_to 'Create Ontology', :new_ontology
2
N/A
%li= link_to 'Bulk Upload', :bulk_ontologies
2
N/A
2
N/A
%h2= @page_title = 'Ontologies'
2
N/A
2
N/A
= format_links
2
N/A
= render :partial => 'filter'
2
N/A
2
N/A
%p
2
N/A
= pluralize(
collection.total_count
, 'Ontology')
2
N/A
found
2
N/A
- if @search
2
N/A
for
2
N/A
%strong= @search
2
N/A
2
N/A
= paginaton collection do
2
N/A
%
ul.ontologies
2
N/A
= render collection
2
N/A