Skip to content
This repository has been archived by the owner on Nov 13, 2019. It is now read-only.

Commit

Permalink
Guess who's silly? … Yeah that's me.
Browse files Browse the repository at this point in the history
  • Loading branch information
olivierlacan committed May 15, 2012
1 parent 54aa010 commit bff2a44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/gifs/index.html.haml
Expand Up @@ -6,6 +6,6 @@
%p No GIFs to show.
%p= link_to "Add Gifs", new_gif_path

= simple_form_for Gif.new, remote: true do |f|
= simple_form_for Gif.new do |f|
= f.input :source_url
= f.submit

0 comments on commit bff2a44

Please sign in to comment.