Skip to content
This repository has been archived by the owner on Jan 31, 2023. It is now read-only.

Commit

Permalink
Fix syntax error
Browse files Browse the repository at this point in the history
  • Loading branch information
moeffju committed May 16, 2011
1 parent 3dd3cff commit aef8190
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/sponsors/_form.html.erb
Expand Up @@ -21,7 +21,7 @@
</div>
<div class="field">
<%= f.label :image %><br />
<%- if if @sponsor.image? %><%= image_tag(@sponsor.image_url) %> <%= f.check_box :remove_image %> Löschen?<br><% end %>
<%- if @sponsor.image? %><%= image_tag(@sponsor.image_url) %> <%= f.check_box :remove_image %> Löschen?<br><% end %>
<%= f.file_field :image %>
<%= f.hidden_field :image_cache %>
</div>
Expand Down

0 comments on commit aef8190

Please sign in to comment.