Skip to content
This repository was archived by the owner on Mar 13, 2018. It is now read-only.

Commit 3b5e695

Browse files
committed
remove if template
1 parent 091c152 commit 3b5e695

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

pica/components/pi-story.html

-2
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
<polymer-element name="pi-story" attributes="story">
99
<template>
1010
<link rel="stylesheet" href="css/pi-story.css" />
11-
<template if="{{story}}">
1211
<div class="main" touch-action="pan-y">
1312
<div class="body">
1413
<div class="title">{{story.title}}</div>
@@ -22,7 +21,6 @@
2221
<span class="source-time">{{story.since}}</span>
2322
</div>
2423
</div>
25-
</template>
2624
</template>
2725
<script>
2826
Polymer('pi-story', {

0 commit comments

Comments
 (0)