Created
February 25, 2014 19:22
-
-
Save benlieb/9215773 to your computer and use it in GitHub Desktop.
Revisions
-
benlieb created this gist
Feb 25, 2014 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal 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