Skip to content

Commit

Permalink
fix twitter handle.
Browse files Browse the repository at this point in the history
  • Loading branch information
Igor Sutton committed Oct 19, 2011
1 parent 849578b commit a58b183
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/helpers/application_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ def tweet_button(text, url)
<<-EOHTML
<a href="https://twitter.com/share" class="twitter-share-button"
data-url="#{url}"
data-via="appsterdam"
data-via="appsterdamrs"
data-text="#{text}"
data-count="none">Tweet</a>
EOHTML
Expand Down

0 comments on commit a58b183

Please sign in to comment.