Changeset [ed2e012db9a4a0d8f65876c9930649f5f403f985] by Nathan Broadbent

September 17th, 2011 @ 01:25 AM

Rails convention is to use a 'shared' folder for view partials, not 'common'
https://github.com/michaeldv/fat_free_crm/commit/ed2e012db9a4a0d8f6...

Committed by Nathan Broadbent

  • A app/views/shared/_address.html.haml
  • A app/views/shared/_address_show.html.haml
  • A app/views/shared/_comment.html.haml
  • A app/views/shared/_edit_comment.html.haml
  • A app/views/shared/_empty.html.haml
  • A app/views/shared/_export.html.haml
  • A app/views/shared/_inline_styles.html.haml
  • A app/views/shared/_naming.html.haml
  • A app/views/shared/_outline.html.haml
  • A app/views/shared/_paginate.haml
  • A app/views/shared/_per_page.html.haml
  • A app/views/shared/_recent.html.haml
  • A app/views/shared/_recently.html.haml
  • A app/views/shared/_search.html.haml
  • A app/views/shared/_select_popup.html.haml
  • A app/views/shared/_sort_by.html.haml
  • A app/views/shared/_tasks.html.haml
  • A app/views/shared/_timeline.html.haml
  • A app/views/shared/_total.html.haml
  • A app/views/shared/attach.js.rjs
  • A app/views/shared/auto_complete.html.haml
  • A app/views/shared/discard.rjs
  • A app/views/shared/index.atom.builder
  • A app/views/shared/index.rss.builder
  • R app/views/common/_address.html.haml
  • R app/views/common/_address_show.html.haml
  • R app/views/common/_comment.html.haml
  • R app/views/common/_edit_comment.html.haml
  • R app/views/common/_empty.html.haml
  • R app/views/common/_export.html.haml
  • R app/views/common/_inline_styles.html.haml
  • R app/views/common/_naming.html.haml
  • R app/views/common/_outline.html.haml
  • R app/views/common/_paginate.haml
  • R app/views/common/_per_page.html.haml
  • R app/views/common/_recent.html.haml
  • R app/views/common/_recently.html.haml
  • R app/views/common/_search.html.haml
  • R app/views/common/_select_popup.html.haml
  • R app/views/common/_sort_by.html.haml
  • R app/views/common/_tasks.html.haml
  • R app/views/common/_timeline.html.haml
  • R app/views/common/_total.html.haml
  • R app/views/common/attach.js.rjs
  • R app/views/common/auto_complete.html.haml
  • R app/views/common/discard.rjs
  • R app/views/common/index.atom.builder
  • R app/views/common/index.rss.builder
  • M app/controllers/accounts_controller.rb
  • M app/controllers/admin/application_controller.rb
  • M app/controllers/admin/users_controller.rb
  • M app/controllers/application_controller.rb
  • M app/controllers/campaigns_controller.rb
  • M app/controllers/contacts_controller.rb
  • M app/controllers/leads_controller.rb
  • M app/controllers/opportunities_controller.rb
  • M app/controllers/tasks_controller.rb
  • M app/helpers/application_helper.rb
  • M app/views/accounts/_contact_info.html.haml
  • M app/views/accounts/_options.html.haml
  • M app/views/accounts/_sidebar_index.html.haml
  • M app/views/accounts/_sidebar_show.html.haml
  • M app/views/accounts/create.js.rjs
  • M app/views/accounts/destroy.js.rjs
  • M app/views/accounts/index.html.haml
  • M app/views/accounts/index.js.rjs
  • M app/views/accounts/show.html.haml
  • M app/views/admin/users/_sidebar_index.html.haml
  • M app/views/admin/users/index.html.haml
  • M app/views/admin/users/index.js.rjs
  • M app/views/campaigns/_options.html.haml
  • M app/views/campaigns/_sidebar_index.html.haml
  • M app/views/campaigns/create.js.rjs
  • M app/views/campaigns/destroy.js.rjs
  • M app/views/campaigns/index.html.haml
  • M app/views/campaigns/index.js.rjs
  • M app/views/campaigns/show.html.haml
  • M app/views/contacts/_extra.html.haml
  • M app/views/contacts/_options.html.haml
  • M app/views/contacts/_sidebar_index.html.haml
  • M app/views/contacts/_sidebar_show.html.haml
  • M app/views/contacts/create.js.rjs
  • M app/views/contacts/destroy.js.rjs
  • M app/views/contacts/index.html.haml
  • M app/views/contacts/index.js.rjs
  • M app/views/contacts/show.html.haml
  • M app/views/contacts/update.js.rjs
  • M app/views/home/index.html.haml
  • M app/views/home/index.js.rjs
  • M app/views/layouts/_sidebar.html.haml
  • M app/views/leads/_contact.html.haml
  • M app/views/leads/_options.html.haml
  • M app/views/leads/_sidebar_index.html.haml
  • M app/views/leads/_sidebar_show.html.haml
  • M app/views/leads/create.js.rjs
  • M app/views/leads/destroy.js.rjs
  • M app/views/leads/index.html.haml
  • M app/views/leads/index.js.rjs
  • M app/views/leads/promote.js.rjs
  • M app/views/leads/show.html.haml
  • M app/views/leads/update.js.rjs
  • M app/views/opportunities/_options.html.haml
  • M app/views/opportunities/_sidebar_index.html.haml
  • M app/views/opportunities/create.js.rjs
  • M app/views/opportunities/destroy.js.rjs
  • M app/views/opportunities/index.html.haml
  • M app/views/opportunities/index.js.rjs
  • M app/views/opportunities/show.html.haml
  • M app/views/opportunities/update.js.rjs
  • M app/views/tasks/complete.js.rjs
  • M app/views/tasks/create.js.rjs
  • M app/views/tasks/update.js.rjs
  • M spec/shared/controllers.rb
  • M spec/views/accounts/index.haml_spec.rb
  • M spec/views/accounts/options.rjs_spec.rb
  • M spec/views/accounts/show.haml_spec.rb
  • M spec/views/admin/users/index.haml_spec.rb
  • M spec/views/campaigns/index.haml_spec.rb
  • M spec/views/campaigns/options.rjs_spec.rb
  • M spec/views/campaigns/show.haml_spec.rb
  • M spec/views/common/auto_complete.haml_spec.rb
  • M spec/views/contacts/index.haml_spec.rb
  • M spec/views/contacts/options.rjs_spec.rb
  • M spec/views/contacts/show.haml_spec.rb
  • M spec/views/leads/index.haml_spec.rb
  • M spec/views/leads/options.rjs_spec.rb
  • M spec/views/leads/show.haml_spec.rb
  • M spec/views/opportunities/index.haml_spec.rb
  • M spec/views/opportunities/options.rjs_spec.rb
  • M spec/views/opportunities/show.haml_spec.rb
New-ticket Create new ticket

Create your profile

Help contribute to this project by taking a few moments to create your personal profile. Create your profile ยป

Ruby on Rails CRM platform for Web 2.0 and beyond