mirror of
https://github.com/discourse/discourse.git
synced 2025-02-21 03:19:10 +00:00
We are moving away from the mobile-specific template pattern in favor of logical `{{#if}}` statements. This brings us closer to a standard Ember app, makes testing easier, and reduces duplicate code.