blob: 399b76aff1f4536aae22c2a7dbf6e59e8dfe2d4a [file] [log] [blame]
#
# Search Committer list
#
_html do
_base href: '..'
_link rel: 'stylesheet', href: "stylesheets/app.css?#{cssmtime}"
if @notinavail
breadcrumbs = {
roster: '.',
committer2: 'committer2/'
}
else
breadcrumbs = {
roster: '.',
committer: 'committer/'
}
end
_whimsy_body(
title: 'ASF Committer Search',
breadcrumbs: breadcrumbs
) do
_div_.main!
_script src: "app.js?#{appmtime}"
_.render '#main' do
_CommitterSearch notinavail: @notinavail,
# This ends with '/'
iclapath: `ASF::SVN.svnpath!('iclas').inspect`
end
end
end