1
0
mirror of https://github.com/Eising/kipketer.git synced 2024-05-11 05:55:17 +00:00
Files
Allan Eising e0ff5ca760 First commit
2015-10-27 21:15:36 +01:00

19 lines
322 B
Plaintext

= haml :'admin/nav'
#configform
%h1 Deleted forms
%table.stdtable
%tr
%th ID
%th Name
%th Action
- @forms.each do |form|
%tr
%td= form.id
%td= form.name
%td
%a(href="/admin/forms/undelete/#{form.id}" class="confirmation")
Undelete