blob: 5439afa4298206f83fb61f79d722a0764e4dfcd6 [file] [log] [blame]
#
# A single committee
#
_html do
_base href: '..'
_title @nonpmc[:display_name]
_link rel: 'stylesheet', href: "stylesheets/app.css?#{cssmtime}"
_body? do
_whimsy_body(
breadcrumbs: {
roster: '.',
nonpmc: 'nonpmc/',
@nonpmc[:id] => "nonpmc/#{@nonpmc[:id]}"
}
) do
_div_.main!
end
_script src: "app.js?#{appmtime}"
_.render '#main' do
_NonPMC nonpmc: @nonpmc, auth: @auth
end
end
end