2013-07-20 00:23:33 +00:00
|
|
|
{#
|
|
|
|
/**
|
|
|
|
* @file
|
|
|
|
* Default theme implementation for basic administrative info about a View.
|
|
|
|
*
|
|
|
|
* Available variables:
|
|
|
|
* - title: View title.
|
|
|
|
* - displays: List of displays.
|
|
|
|
*
|
|
|
|
* @see template_preprocess_views_ui_view_info()
|
|
|
|
*
|
|
|
|
* @ingroup themeable
|
|
|
|
*/
|
|
|
|
#}
|
2013-09-23 15:21:40 +00:00
|
|
|
<h3 class="views-ui-view-title views-table-filter-text-source">{{ title }}</h3>
|
2013-07-20 00:23:33 +00:00
|
|
|
<div class="views-ui-view-displays">{{ displays }}</div>
|