Home | History | Annotate | Download | only in ui
      1 <!--
      2 Copyright 2014 The Chromium Authors. All rights reserved.
      3 Use of this source code is governed by a BSD-style license that can be
      4 found in the LICENSE file.
      5 -->
      6 
      7 <polymer-element name="ct-builder" attributes="builder" noscript>
      8   <template>
      9     <a href="{{ builder.buildUrl }}" style="white-space: nowrap">{{ builder.builder }}</a>
     10   </template>
     11 </polymer-element>
     12