[virtualcommons-svn] commit/vcweb: RoleeSinha: fixing display
Status: Beta
Brought to you by:
alllee
From: <com...@bi...> - 2013-05-04 00:06:51
|
1 new commit in vcweb: https://bitbucket.org/virtualcommons/vcweb/commits/fe8bda5c73ea/ Changeset: fe8bda5c73ea User: RoleeSinha Date: 2013-05-04 02:06:32 Summary: fixing display Affected #: 1 file diff -r 1da19f35106192e14cac4156ecfa2a6febfe664e -r fe8bda5c73eacc1c21970ecee6b7f407df60b73a vcweb/lighterprints/templates/lighterprints/mobile/index.html --- a/vcweb/lighterprints/templates/lighterprints/mobile/index.html +++ b/vcweb/lighterprints/templates/lighterprints/mobile/index.html @@ -142,10 +142,6 @@ </li></script><script type='text/html' id='challenges-template'> - <li> - <img style='padding: 10px 0 0 20px;' data-bind='attr: {src: "https://vcweb.asu.edu/static/images/lighterprints/badges/" + name() + ".png" }'> - <h4 class='challenge-name' data-bind='css: status, text:display_name'></h4> - </li></script><script type='text/html' id='no-group-activity-template'> Your group has not had any activity yet. You can <a href='#dashboard' data-bind='click:activateDashboardTab' data-toggle='tab'>perform challenges in your dashboard</a> @@ -232,7 +228,10 @@ </ul></div><div class='tab-pane active' id='unlocked-challenges'> - <ul id="challengesList" data-role="listview" data-inset="true" data-theme="d" data-bind='template: { name: challenges-template, foreach: activities}'> + <ul id="challengesList" data-role="listview" data-inset="true" data-theme="d" data-bind='foreach: activities'> + <li> + <img style='padding: 10px 0 0 20px;' data-bind='attr: {src: "https://vcweb.asu.edu/static/images/lighterprints/badges/" + name() + ".png" }'><h4 class='challenge-name' data-bind='css: status, text:display_name'></h4> + </li></ul></div></div> Repository URL: https://bitbucket.org/virtualcommons/vcweb/ -- This is a commit notification from bitbucket.org. You are receiving this because you have the service enabled, addressing the recipient of this email. |