Skip to content

Commit

Permalink
Rebasing
Browse files Browse the repository at this point in the history
  • Loading branch information
davelester committed Mar 11, 2013
2 parents 828e933 + fa1e0ed commit 567b1a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion views/badge-facebook-share.html
Expand Up @@ -15,7 +15,7 @@
<input type="hidden" name="_csrf" value="{{ csrfToken }}"></input>
<input type="hidden" name="badgeBodyHash" value="{{badge.attributes.body_hash}}"></input>
<strong>{{badge.attributes.body.badge.issuer.name}}</strong><br />
{{badge.attributes.body.badge.description|escape}}
<p>{{badge.attributes.body.badge.description|escape}}</p>
<textarea name='facebookComment' tabindex=1 class='comment' placeholder='Add your personal comment'></textarea>
<span class="auto_push"><input type="checkbox" name="facebookAutomaticPush" value="facebookAutomaticPush">Automatically publish badges to Facebook when they are added to my backpack.</span></td>
</td>
Expand Down

0 comments on commit 567b1a1

Please sign in to comment.