Steam API template display achievements

This commit is contained in:
Sahat Yalkabov
2014-02-05 19:30:00 -05:00
parent 7fa3a401e6
commit eedfb77ac6

View File

@ -10,3 +10,10 @@ block content
a.btn.btn-primary(href='https://developer.valvesoftware.com/wiki/Steam_Web_API', target='_blank')
i.fa.fa-check-square-o
| Overview
h3 Player achievements for #{playerAchievemments.gameName}
p Returns a list of achievements for this user by app id
ul.lead.list-unstyled
for achievement in playerAchievemments.achievements
if achievement.achieved
li.text-success= achievement.name