Revert "consolidate mixpanel streams by making Profile one page [ci skip]"
This reverts commit 5af37fd3da.
This commit is contained in:
parent
5af37fd3da
commit
9bf60d178a
2 changed files with 0 additions and 3 deletions
|
|
@ -34,7 +34,6 @@ app.Router = Backbone.Router.extend({
|
|||
},
|
||||
|
||||
newProfile : function(personId) {
|
||||
app.instrument("track_pageview", "Profile")
|
||||
this.renderPage(function(){ return new app.pages.Profile({ personId : personId })});
|
||||
},
|
||||
|
||||
|
|
|
|||
|
|
@ -7,8 +7,6 @@
|
|||
= javascript_include_tag :people
|
||||
:javascript
|
||||
Mentions.options.prefillMention = #{@person.to_json};
|
||||
app.instrument("track_pageview", "Profile")
|
||||
|
||||
|
||||
- content_for :page_title do
|
||||
= @person.name
|
||||
|
|
|
|||
Loading…
Reference in a new issue