Top Menu

Jump to content
    Global modules

    Global modules

    • Home
    • Projects
    • Activity
    • Work packages
    • Gantt charts
    • Calendars
    • Team planners
    • Boards
    • News
    Home
    Home
Help
    Getting started
    • Introduction video
  • Help and support
    • Upgrade to Enterprise edition
    • User guides
    • Videos
    • Shortcuts
    • Community forum
    • Enterprise support
  • Additional resources
    • Data privacy and security policy
    • Digital accessibility (DE)
    • OpenProject website
    • Security alerts / Newsletter
    • OpenProject blog
    • Release notes
    • Report a bug
    • Development roadmap
    • Add and edit translations
    • API documentation

User menu

Sign in
Forgot your password?

or sign in with your existing account

OpenProject ID Google

Side Menu

Collapse project menu

  • Overview
  • Activity
    Activity
  • Roadmap
  • Work packages
    Work packages
  • Gantt charts
    Gantt charts
  • Calendars
    Calendars
  • Team planners
    Team planners
  • Boards
    Boards
  • News
  • Forums

Content

Expand project menu

Updated by 👁 Erhan Şahin about 6 years ago

### **Environment**:

Your OpenProject Version: 9.0.3

Operating System / Browser / Language: Win10/Firefox/DE

### **Steps to reproduce:**

1. Configure OmniAuth
2. Disable password or local login
3. Look at right top while unauthenticated

### **Actual Behavior**

Login button is not styled properly.

![](/api/v3/attachments/15830/content)

```html
<li><a class="login login-menu-item ellipsis" title="Anmelden" href="/login"><span class="menu-item--title ellipsis">Anmelden</span></a></li>
```

### **Expected Behavior**

The link should be styled like the other elements as well. Even this looks better:

```html
<li class="drop-down"><a class="login login-menu-item ellipsis" title="Anmelden" href="/login"><span class="menu-item--title ellipsis">Anmelden</span></a></li>
```

![](/api/v3/attachments/15831/content)

Problem might be in `/lib/redmine/menu_manager/top_menu_helper.rb` in `render_direct_login`.

Back

Loading...