Skip to content

Instantly share code, notes, and snippets.

@solussd
Created April 30, 2012 18:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save solussd/f12e699eefb950a43536 to your computer and use it in GitHub Desktop.
Save solussd/f12e699eefb950a43536 to your computer and use it in GitHub Desktop.
(defsnippet filesubmission-link-snippet "html/index.html" [:ul#files :> :a]
[filesubmission]
[:a] (do-> (content (:name filesubmission))
(set-attr :href (url-for routes/filesubmission-file-by-id {:id (:id filesubmission)}))))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment