Skip to content

Commit

Permalink
Merge pull request #539 from skazhy/badge-textarea
Browse files Browse the repository at this point in the history
increase clojars badge field size
  • Loading branch information
tobias authored Jun 23, 2016
2 parents 536145d + b7631a1 commit e0a1fd5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/clojars/web/jar.clj
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@
(link-to {:target "_blank"} (version-badge-url jar) "latest version")
" of your project on Github? Use the markdown code below!"]
[:textarea#version-badge
{:readonly "readonly" :rows 4 :onClick "selectText('version-badge')"}
{:readonly "readonly" :rows 6 :onClick "selectText('version-badge')"}
(badge-markdown jar)]]]])))

(defn show-versions [account jar versions]
Expand Down

0 comments on commit e0a1fd5

Please sign in to comment.