summaryrefslogtreecommitdiff
path: root/src/views/quest.lisp
blob: b289d764fe8aa333551725a9716feddd87a80e61 (plain)
1
2
3
4
5
6
7
8
9
10
;;;; views/quest.lisp

(in-package :dnd)



(defrender :link-to ((quest quest))
  (with-html
    (:a :href (urlpath quest)
        (name quest))))