Cross Reference: index.html.haml
xref
: /
ontohub
/
app
/
views
/
logics
/
index.html.haml
Home
History
Annotate
Line#
Navigate
Download
Search
only in
./
index.html.haml revision 2b6376a080af434ed7e62eefc7ad7dcc8db140b9
132
N/A
%h2= @page_title = 'Logics'
132
N/A
132
N/A
- if can? :create, Logic
132
N/A
%
ul.actions.pull-right
132
N/A
%li= link_to 'Create Logic', :new_logic
132
N/A
132
N/A
%p
132
N/A
= pluralize(
collection.count
,
resource_class.to_s
)
132
N/A
found
132
N/A
132
N/A
= pagination do
132
N/A
%table
132
N/A
%thead
132
N/A
%th Name
132
N/A
%th IRI
132
N/A
%th
132
N/A
%tbody
132
N/A
= render collection