Here are the steps to change things on the UI for the leads on the prm
- Add to the serializer which lives here: app/serializers/base_lead_serializer.rb
- Add to params list in the controller here: app/controllers/leads_controller.rb
- Add to ember model here: app/assets/javascripts/models/lead.js.coffee
- Add to ember controller here: app/assets/javascripts/controllers/lead_controller.js.coffee
- Add to the view template in the appropriate file in this folder: app/assets/javascripts/templates/lead_details/tabs/ like app/assets/javascripts/templates/lead_details/tabs/_concessions.handlebars
- Make sure to also change in the edit template as well (they end in -edit.handlebars)