Remove some view repetition

This commit is contained in:
Steve Purcell 2015-01-14 09:32:04 +00:00
parent 6949c34b33
commit 8cf9ef8dfe

View file

@ -530,13 +530,13 @@
m(".col-md-8", [ m(".col-md-8", [
m("section.jumbotron", [ m("section.jumbotron", [
m("ul", [ m("ul", [
m("li", m.trust("<strong>Up-to-date packages built on our servers from upstream source</strong>")), "<strong>Up-to-date packages built on our servers from upstream source</strong>",
m("li", m.trust("<strong>Installable in any recent Emacs using 'package.el'</strong> - no need to install svn/cvs/hg/bzr/git/darcs/fossil etc.")), "<strong>Installable in any recent Emacs using 'package.el'</strong> - no need to install svn/cvs/hg/bzr/git/darcs/fossil etc.",
m("li", m.trust("<strong>Curated</strong> - no obsolete, renamed, forked or randomly hacked packages")), "<strong>Curated</strong> - no obsolete, renamed, forked or randomly hacked packages",
m("li", m.trust("<strong>Comprehensive</strong> - more packages than any other archive")), "<strong>Comprehensive</strong> - more packages than any other archive",
m("li", m.trust("<strong>Automatic updates</strong> - new commits result in new packages")), "<strong>Automatic updates</strong> - new commits result in new packages",
m("li", m.trust("<strong>Extensible</strong> - contribute recipes via github, and we'll build the packages")) "<strong>Extensible</strong> - contribute recipes via github, and we'll build the packages"
]) ].map(function(content) { return m("li", m.trust(content)); }))
]) ])
]), ]),
m(".col-md-4", [ m(".col-md-4", [