Browse Source

remove unneeded template

John R. Supplee 4 years ago
parent
commit
4fa0c2da4d
1 changed files with 0 additions and 6 deletions
  1. 0 6
      client/components/cards/cardDate.jade

+ 0 - 6
client/components/cards/cardDate.jade

@@ -7,9 +7,3 @@ template(name="dateBadge")
     a.card-date(title="{{showTitle}}" class="{{classes}}")
     a.card-date(title="{{showTitle}}" class="{{classes}}")
       time(datetime="{{showISODate}}")
       time(datetime="{{showISODate}}")
         | {{showDate}}
         | {{showDate}}
-
-template(name="dateCustomField")
-  a(title="{{showTitle}}" class="{{classes}}")
-    time(datetime="{{showISODate}}")
-      | {{showDate}}
-