Skip to content

Instantly share code, notes, and snippets.

@benlieb
Created February 25, 2014 19:22
Show Gist options
  • Save benlieb/9215773 to your computer and use it in GitHub Desktop.
Save benlieb/9215773 to your computer and use it in GitHub Desktop.
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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment