Hi Kelvin Mutuma,

thanks for your reply.
as you said, i ahve changed "*Standard*" to "local" 
but still its hows standard on login window.
is it the right path to the file : 
*/opt/gitlab/embedded/service/gitlab-rails/app/views/devise/shared*
.login-box
  - if signup_enabled?
    .login-heading
      %h3 Existing user? Sign in
  - else
    .login-heading
      %h3 Sign in
  .login-body
    - if ldap_enabled?
      %ul.nav.nav-tabs
        - @ldap_servers.each_with_index do |server, i|
          %li{class: (:active if i.zero?)}
            = link_to server['label'], "#tab-#{server['provider_name']}", 
'data-toggle' => 'tab'
        - if signin_enabled?
          %li
            = link_to 'local', '#tab-signin', 'data-toggle' => 'tab'
      .tab-content
        - @ldap_servers.each_with_index do |server, i|
          %div.tab-pane{id: "tab-#{server['provider_name']}", class: 
(:active if i.zero?)}
            = render 'devise/sessions/new_ldap', server: server
        - if signin_enabled?
          %div#tab-signin.tab-pane
            = render 'devise/sessions/new_base'

    - elsif signin_enabled?
      = render 'devise/sessions/new_base'


On Tuesday, October 6, 2015 at 6:45:38 PM UTC+5:30, Kelvin Mutuma wrote:
>
> Hey, Just go to gitlab/app/views/devise/shared/_signin_box.html.haml.
>
> On line 19 you will see *= link_to 'Standard', '#tab-signin', 
> 'data-toggle' => 'tab'*
>
> Change the Standard to whatever name you want. 
>

-- 
You received this message because you are subscribed to the Google Groups 
"GitLab" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to gitlabhq+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/gitlabhq/bbcbf69c-cc8c-430b-93d3-da53b16dbc56%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to