Add profile information and owned games to Steam template

This commit is contained in:
Sahat Yalkabov
2014-02-05 19:39:31 -05:00
parent eedfb77ac6
commit aa3e6e6a67

View File

@ -11,9 +11,22 @@ block content
i.fa.fa-check-square-o
| Overview
h3 Profile Information
.lead
// profile name
// profile avatar
// online status
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
h3 Owned Games
ul.list-unstyled
for game in ownedGames
li
img(src='#')