Skip to content

Commit 51ad24d

Browse files
authored
Merge pull request ember-learn#280 from ember-learn/fix-styles-css
fix strange hbs file in styles folder
2 parents 3d219c8 + 31089fc commit 51ad24d

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

app/styles/pull-requests.hbs

Whitespace-only changes.

app/templates/pull-requests.hbs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{{page-title "Pull Requests (" @model.length ")"}}
22
{{outlet}}
33

4-
<div class="container" local-class="body-container">
4+
<div class="container">
55
<h2 class="text-xl pb-3">
66
{{@model.length}}
77
open pull requests

0 commit comments

Comments
 (0)