Welcome to mirror list, hosted at ThFree Co, Russian Federation.

_tabs_normal.html.haml « shared « devise « views « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 05246303fb6ee17d10e604e695e94c3b8829a77f (plain)
1
2
3
4
5
6
%ul.nav-links.new-session-tabs.nav-tabs{ role: 'tablist'}
  %li.active{ role: 'presentation' }
    %a{ href: '#login-pane', data: { toggle: 'tab' }, role: 'tab'} Sign in
  - if signin_enabled? && signup_enabled?
    %li{ role: 'presentation'}
      %a{ href: '#register-pane', data: { toggle: 'tab' }, role: 'tab'} Register