Renamed components so they don't all have the annoying discourse- prefix

This commit is contained in:
Robin Ward
2013-11-19 11:59:50 -05:00
parent 3a8bc60bf2
commit 20e4a2ef80
26 changed files with 64 additions and 64 deletions

View File

@ -1,7 +1,7 @@
var view, oldMobileView;
var View = Ember.View.extend({
template: Ember.Handlebars.compile("{{discourse-logo minimized=view.minimized}}")
template: Ember.Handlebars.compile("{{home-logo minimized=view.minimized}}")
});
@ -43,7 +43,7 @@ var appendView = function() {
};
module("Discourse.DiscourseLogoComponent", {
module("Discourse.HomeLogoComponent", {
setup: function() {
oldMobileView = Discourse.Mobile.mobileView;
view = View.create();