cleanup meetings

This commit is contained in:
Zachary Chai
2016-11-15 12:09:51 -05:00
parent 68d3e8da5a
commit c9f0dead12
7 changed files with 41 additions and 33 deletions

View File

@ -50,7 +50,7 @@ class @Recordings
str = ''
if row.published
for d in data
str += '<a href="'+d.url+'">'+d.type+'</a> '
str += '<a href="'+d.url+'">'+d.type_i18n+'</a> '
return str
return data
},