소스 검색

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>