Skip to content

Instantly share code, notes, and snippets.

@benlieb
Created February 25, 2014 19:22
Show Gist options
  • Select an option

  • Save benlieb/9215773 to your computer and use it in GitHub Desktop.

Select an option

Save benlieb/9215773 to your computer and use it in GitHub Desktop.

Revisions

  1. benlieb created this gist Feb 25, 2014.
    11 changes: 11 additions & 0 deletions gistfile1.txt
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,11 @@
    app/views/admin/addresses/_address_form.html.erb:3: index = address_form_counter == 0 ? "INDEX" : address_form_counter
    app/views/admin/channels/_email_form.html.erb:3: index = email_form_counter == 0 ? "INDEX" : email_form_counter
    app/views/admin/channels/_fax_form.html.erb:3: index = fax_form_counter == 0 ? "INDEX" : fax_form_counter
    app/views/admin/channels/_im_form.html.erb:3: index = im_form_counter == 0 ? "INDEX" : im_form_counter
    app/views/admin/channels/_phone_form.html.erb:3: index = phone_form_counter == 0 ? "INDEX" : phone_form_counter
    app/views/admin/channels/_website_form.html.erb:3: index = website_form_counter == 0 ? "INDEX" : website_form_counter
    app/views/admin/codings/_coding_form.html.erb:3: index = coding_form_counter == 0 ? "INDEX" : coding_form_counter
    app/views/admin/comments/_comment_form.html.erb:3: index = comment_form_counter == 0 ? "INDEX" : comment_form_counter
    app/views/admin/gradings/_grading_form.html.erb:3: index = grading_form_counter == 0 ? "INDEX" : grading_form_counter
    app/views/admin/memberships/_membership_form.html.erb:4:index = membership_form_counter == 0 ? "INDEX" : membership_form_counter
    app/views/admin/reports/_criteria_form.html.erb:3:index = use_index ? "INDEX" : criteria_form_counter