Advertisement
Guest User

Untitled

a guest
Oct 13th, 2015
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1. <%= f.button do %>
  2. <i class="icon-save"></i> <%= "#{f.object.new_record? ? 'Create' : 'Update'} #{f.object.class.model_name.human}" %>
  3. <% end %>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement