blob: 75d150761a613227f109bfb3e5bf0a80dc6be4d1 [file] [log] [blame]
<head>
<link rel="import" href="service_ref.html">
</head>
<polymer-element name="vm-ref" extends="service-ref">
<template><link rel="stylesheet" href="css/shared.css">
<a href="{{ url }}">{{ ref.name }}</a>
</template>
<script type="application/dart;component=1" src="vm_ref.dart"></script>
</polymer-element>