Blame view

mustache/app/data/pages/partials/profile/info1.json 614 Bytes
5a739853   patrick.he   commit
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
  [
   {
   "title" : "Username",
   "content" : [{"id" : "username" , "value" : "alexdoe"}]
   } ,
   {
   "title" : "Location",
   "content" : [{"id" : "country" , "value" : "Netherlands"}, {"id" : "city" , "value" : "Amsterdam"}],
   "icon" : "fa fa-map-marker"
   } ,
   {
   "title" : "Age",
   "content" : [{"id" : "age" , "value" : 38}]
   } ,
   {
   "title" : "Joined",
   "content" : [{"id" : "signup" , "value" : "2010/06/20"}]
   } ,
   {
   "title" : "Last Online",
   "content" : [{"id" : "login" , "value" : "3 hours ago"}]
   } ,
   {
   "title" : "About Me",
   "content" : [{"id" : "about" , "value" : "Editable as WYSIWYG"}],
   "last" : true
   }
  ]