Skip to content

Commit 5bc10a1

Browse files
committed
Changed action in version conflict fixes #6
1 parent 179151e commit 5bc10a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/templates/partials/_versionConflict.hbs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
Server depends EmberChat <span class="label label-danger">{{EmberChat.versionServer}}</span>
1111
</p>
1212
<p>
13-
<a class="btn btn-success" href="#" {{action 'openHomepage'}}>
13+
<a class="btn btn-success" href="#" {{action 'openExternal' EmberChat.homepageUrl}}>
1414
<i class="fa fa-download"></i> Get EmberChat {{EmberChat.versionServer}}
1515
</a>
1616
</p>

0 commit comments

Comments
 (0)