Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
novicell/dds_content / templates / dds-button.html.twig
Size: Mime:
{#
/**
 * @file
 * Default theme implementation of a link with target
 *
 * Available variables:
 * - link: The link that has already been formatted by l().
 * - title: (optional) A descriptive or alternate title for the link, which may
 *   be different than the actual link text.
 * - target_value: Boolean indicating whether or not link should open in new window
 *
 * @see template_preprocess()
 *
 * @ingroup themeable
 */
#}

<a href="{{ url }}" {% if target_blank %} target="_blank" {% endif %} class="button button--{{ button_style }}">{{ title }}</a>