Merge branch 'master' into signup-cta

Conflicts:
	.eslintignore
This commit is contained in:
Kane York 2015-09-15 13:59:36 -07:00
commit fc8539cb90
2 changed files with 2 additions and 2 deletions

View file

@ -40,7 +40,7 @@ export default Ember.Controller.extend({
name: this.get("model.type"),
start_date: this.get('startDate'),
end_date: this.get('endDate'),
category_id: this.get('categoryId') == 'all' ? undefined : this.get('categoryId')
category_id: this.get('categoryId') === 'all' ? undefined : this.get('categoryId')
}).then(outputExportResult);
}
}

View file

@ -5,7 +5,7 @@
{{i18n 'admin.dashboard.reports.end_date'}} {{input type="date" value=endDate}}
{{combo-box valueAttribute="value" content=categoryOptions value=categoryId}}
{{d-button action="refreshReport" class="btn-primary" label="admin.dashboard.reports.refresh_report" icon="refresh"}}
{{d-button action="exportCsv" label="admin.export_csv.button_text"}}
{{d-button action="exportCsv" label="admin.export_csv.button_text" icon="download"}}
</div>
<div class='view-options'>