Skip to content

Commit

Permalink
Tweet is a root url
Browse files Browse the repository at this point in the history
  • Loading branch information
Richard Johansson committed Jun 18, 2011
1 parent 548d610 commit f6d1d2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/jokes/show.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<a href="/" class="primary">Skicka eget skämt!</a>
</div> -->
<% if @friends %>
<% form_tag 'tweet' do %>
<% form_tag '/tweet' do %>
<%= hidden_field_tag(:joke_id, @joke.id) %>
<label for="name">Välj vän</label>
<select name="screen_name" id="name">
Expand Down

0 comments on commit f6d1d2b

Please sign in to comment.