Tables refactored
This commit is contained in:
parent
c7cfe3d83b
commit
8ca0b75d05
22 changed files with 99 additions and 95 deletions
|
@ -26,11 +26,12 @@
|
|||
Hooks
|
||||
%small (#{@hooks.count})
|
||||
%br
|
||||
%table.admin-table
|
||||
%tr
|
||||
%th URL
|
||||
%th Method
|
||||
%th
|
||||
%table
|
||||
%thead
|
||||
%tr
|
||||
%th URL
|
||||
%th Method
|
||||
%th
|
||||
- @hooks.each do |hook|
|
||||
%tr
|
||||
%td
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue