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