llm-node
Version:
Legal Lawyer Manager (LLM)
40 lines • 850 B
text/jade
- // /views/users/list.jade
- // GET /usuarios
extends ../base.jade
block content
h3 Usuários
.table-responsive
table.table.table-striped.table-condensed
thead
tr
th id
th Permissões
th Local
th Google+
th LinkedIn
th Facebook
th Twitter
tbody
each item in items
tr
td
a(href="usuarios/#{item.id}") #{item.id}
td
small= JSON.stringify(item.perm)
td
small= JSON.stringify(item.local)
td
small= JSON.stringify(item.google)
td
small= JSON.stringify(item.linkedin)
td
small= JSON.stringify(item.facebook)
td
small= JSON.stringify(item.twitter)
if !items.length
p Nenhuma pessoa encontrado.
if nextPageToken
nav
ul.pager
li
a(href="?pageToken=#{encodeURIComponent(nextPageToken)}") Mais