Skip to content

Commit 9839d27

Browse files
committed
Merge branch 'hotfix/0.10.1'
2 parents f7ee4f0 + a69afd2 commit 9839d27

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

addon/components/new-navbar-auth-dropdown/template.hbs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<a href="{{serviceLinks.settings}}" onclick={{action 'click' 'link' 'Navbar - Settings'}}><i class="fa fa-cog fa-lg p-r-xs"></i> {{t 'eosf.authDropdown.settings'}}</a>
2222
</li>
2323
<li>
24-
<a class="logoutLink" onclick={{action 'logout'}} onclick={{action 'click' 'link' 'Navbar - Logout'}} role="button"><i class="fa fa-sign-out fa-lg p-r-xs"></i> {{t 'eosf.authDropdown.logOut'}}</a>
24+
<a class="logoutLink" {{action 'logout'}} onclick={{action 'click' 'link' 'Navbar - Logout'}} role="button"><i class="fa fa-sign-out fa-lg p-r-xs"></i> {{t 'eosf.authDropdown.logOut'}}</a>
2525
</li>
2626
</ul>
2727
{{else if allowLogin}}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@centerforopenscience/ember-osf",
3-
"version": "0.10.0",
3+
"version": "0.10.1",
44
"description": "Reusable ember models and components for interacting with the Open Science Framework",
55
"directories": {
66
"doc": "docs",

0 commit comments

Comments
 (0)