blob: 2ce086ce2ce08fdc48cda2191dc6d3fa8e9ee72f [file] [log] [blame]
<?php
/**
* Copyright (c) 2019 Eclipse Foundation.
*
* This program and the accompanying materials are made
* available under the terms of the Eclipse Public License 2.0
* which is available at https://www.eclipse.org/legal/epl-2.0/
*
* Contributors:
* Eric Poirier (Eclipse Foundation) - Initial implementation
*
* SPDX-License-Identifier: EPL-2.0
*/
?>
<?php $link_html = wg_types_links($working_group); // allow filter to be hidden ?>
<?php if (!empty($link_html)): ?>
<div class="background-mid-grey margin-bottom-30 margin-top-40">
<div class="dropdown">
<button class="btn btn-secondary dropdown-toggle" type="button" data-toggle="dropdown">Filter Working Groups
<span class="caret"></span></button>
<?php print $link_html ?>
</div>
</div>
<?php endif; ?>
<div class="row display-flex flex-wrap"><?php print wg_output($working_group); ?></div>