浏览代码

Fixed bug where it would say bug bug.

KrisVos130 9 年之前
父节点
当前提交
d902cc5ca4
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      app/client/templates/dashboard.html

+ 1 - 1
app/client/templates/dashboard.html

@@ -25,7 +25,7 @@
                         <a href="/{{type}}" class="station_link"></a>
                     </div>
                 </div>
-            {{/if}}bug
+            {{/if}}
         {{/each}}
     </div>
 </template>