duck1123/jiksnu

View on GitHub
resources/templates/avatar-page.edn

Summary

Maintainability
Test Coverage
  [:form {:method "post" :action "/settings/avatar"}
   [:fieldset
    [:legend "Upload Avatar"]
    [:div.clearfix
     [:label {:for "avatar"} "Image"]
     [:div.input
      [:input {:type "file" :name "avatar"}]]]
    [:div.actions
     [:input {:type "submit" :value "Submit"}]]]]