From cedbcee434b5a792848cde75d8614823bf08a5a9 Mon Sep 17 00:00:00 2001 From: Anthony Grimes Date: Tue, 11 Oct 2011 16:52:34 -0500 Subject: [PATCH] Get rid of old cake plugin stuff. Newer versions of cake will have a slightly different plugin arch that breaks this. Will work on a better way to do this later. --- src/marginalia/html.clj | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/src/marginalia/html.clj b/src/marginalia/html.clj index b004063..f64aae8 100644 --- a/src/marginalia/html.clj +++ b/src/marginalia/html.clj @@ -121,13 +121,6 @@ [:td {:class "dep-version"} (second %)]]) deps)]])))) -(defn cake-plugins-html [tasks] - (when tasks - (html [:div {:class "plugins"} - [:h3 "cake plugin namespaces"] - [:ul - (map #(vector :li %) tasks)]]))) - ;; # Load Optional Resources ;; Use external Javascript and CSS in your documentation. For example: ;; To format Latex math equations, download the @@ -166,8 +159,7 @@ [:br] (md (:description project-info))] (dependencies-html (:dependencies project-info)) - (dependencies-html (:dev-dependencies project-info) "dev dependencies") - (cake-plugins-html (:tasks project-info))] + (dependencies-html (:dev-dependencies project-info) "dev dependencies")] [:td {:class "codes" :style "text-align: center; vertical-align: middle;color: #666;padding-right:20px"} [:br]