File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
addon/components/new-navbar-auth-dropdown Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 21
21
<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 >
22
22
</li >
23
23
<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 >
25
25
</li >
26
26
</ul >
27
27
{{ else if allowLogin}}
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @centerforopenscience/ember-osf" ,
3
- "version" : " 0.10.0 " ,
3
+ "version" : " 0.10.1 " ,
4
4
"description" : " Reusable ember models and components for interacting with the Open Science Framework" ,
5
5
"directories" : {
6
6
"doc" : " docs" ,
You can’t perform that action at this time.
0 commit comments