[virtualcommons-svn] commit/vcweb: RoleeSinha: fixing ui
Status: Beta
Brought to you by:
alllee
From: <com...@bi...> - 2013-05-07 00:53:10
|
1 new commit in vcweb: https://bitbucket.org/virtualcommons/vcweb/commits/1a362b24fe7f/ Changeset: 1a362b24fe7f User: RoleeSinha Date: 2013-05-07 02:52:50 Summary: fixing ui Affected #: 1 file diff -r bc7bc25fe493da21b10f02ce644523cf9f080b6d -r 1a362b24fe7f47b42ff054ed84ae0cc8490d02e4 vcweb/lighterprints/templates/lighterprints/mobile/index.html --- a/vcweb/lighterprints/templates/lighterprints/mobile/index.html +++ b/vcweb/lighterprints/templates/lighterprints/mobile/index.html @@ -89,8 +89,6 @@ </small></div></div> - <div data-bind='template: "likeCommentTemplate"'> - </div></span></li></script> @@ -154,8 +152,8 @@ </p><form data-bind='attr: { id: "challengeForm" + pk() }' class='form-horizontal' method='post'><input data-bind='value: pk' type='hidden' name='activity_id' /> - <input type='hidden' name='participant_group_id' value='1009' /> - <a data-bind='css: status, click: $root.perform' class='btn'> + <input type='hidden' name='participant_group_id' value='{{participant_group_relationship.id}}' /> + <a data-bind='css: status, click: $root.perform' data-role="button"><span data-bind='if: availableNow'>Perform</span><span data-bind='if: completed'>Completed <i class='icon-check'></i></span><span data-bind='if: expired'>Expired <i class='icon-warning-sign'></i></span> 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. |