File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -1649,7 +1649,7 @@ function initDashboardSearch() {
1649
1649
}
1650
1650
1651
1651
new Vue ( {
1652
- delimiters : [ '<% ' , '%> ' ] ,
1652
+ delimiters : [ '${ ' , '} ' ] ,
1653
1653
el : el ,
1654
1654
1655
1655
data : {
Original file line number Diff line number Diff line change 33
33
<li v-for="repo in repos" :class="{'private': repo.private}">
34
34
<a :href="'{{AppSubUrl}}/' + repo.full_name">
35
35
<i :class="repoClass(repo)"></i>
36
- <strong class="text truncate item-name"><% repo.full_name %> </strong>
36
+ <strong class="text truncate item-name">${ repo.full_name } </strong>
37
37
<span class="ui right text light grey">
38
- <% repo.stars_count %> <i class="octicon octicon-star rear"></i>
38
+ ${ repo.stars_count } <i class="octicon octicon-star rear"></i>
39
39
</span>
40
40
</a>
41
41
</li>
You can’t perform that action at this time.
0 commit comments