You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
bbsandbox/views/index.slim

22 lines
429 B
Plaintext

doctype html
html
head
title pick an engine
body
#content
h1 create a sploit
ul
- @@engines.each do |engine|
li
a href="#{engine}" = engine
#existing
h1 list sploits
table
- @posts.each do |post|
tr
td = post
- @@engines.each do |engine|
td
a href="#{engine}/#{post}" view in #{engine}