We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 66f7b5a commit dff1ec4Copy full SHA for dff1ec4
app/templates/index.hbs
@@ -3,7 +3,8 @@
3
<div class="center aligned grid container">
4
<div class="ui search">
5
<div class="ui left icon input">
6
- {{input value=searchValue class="prompt center aligned gr" type="text" placeholder="Search GitHub"}}
+ {{input value=searchValue class="prompt center aligned grid" type="text" placeholder="Search GitHub" enter="submitSearch"}}
7
+
8
<i class="github icon"></i>
9
</div>
10
@@ -23,6 +24,6 @@
23
24
{{repo-collection repos=model.repositories}}
25
26
{{else}}
- <h1>There is no Model Present</h1>
27
+ <h1>There is no value present to search for</h1>
28
{{!-- load error card here --}}
29
{{/if}}
0 commit comments