Password & token split up, icon to button for top panel
This commit is contained in:
parent
eb25bfe2b2
commit
1e4d15b406
13 changed files with 108 additions and 92 deletions
|
@ -4,7 +4,7 @@
|
|||
%p
|
||||
%strong= key.title
|
||||
%td
|
||||
%span.right.cgray
|
||||
%span.cgray
|
||||
Added
|
||||
= time_ago_in_words(key.created_at)
|
||||
ago
|
||||
|
|
|
@ -4,6 +4,11 @@
|
|||
|
||||
%br
|
||||
|
||||
%table#keys-table.table
|
||||
%table#keys-table.admin-table
|
||||
%thead
|
||||
%tr
|
||||
%th Name
|
||||
%th Added
|
||||
%th
|
||||
- @keys.each do |key|
|
||||
= render(:partial => 'show', :locals => {:key => key})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue