Просмотр исходного кода

Fixed bug where it would say bug bug.

KrisVos130 9 лет назад
Родитель
Сommit
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>