Skip to content

GitLab

  • Menu
    • Projects Groups Snippets
      Help
Projects Groups Snippets
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • G gitlabhq1
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 21
    • Issues 21
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 12
    • Merge requests 12
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Packages & Registries
    • Packages & Registries
    • Package Registry
    • Infrastructure Registry
  • Analytics
    • Analytics
    • CI/CD
    • Repository
    • Value stream
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • gpt
  • large_projects
  • gitlabhq1
  • Merge requests
  • !7904

Merged
Created 10 years ago by Administrator@rootOwner

Titleize blob action buttons. [failure unrelated]

  • Overview 5
  • Commits 1
  • Changes 6

Created by: cirosantilli

As supported by dosire at: https://github.com/gitlabhq/gitlabhq/issues/7789#issuecomment-57126623

I think it looks better.

After:

screenshot from 2014-09-29 23 10 14 upcase actions

Before:

screenshot from 2014-09-29 23 12 03 titleize blob action before

In particular, those buttons being lower case already conflicts with the analogous buttons on merge request diffs.

Also titleized the history link on the tree view: it makes tests simpler, and would have to be done sooner or later. Screenshot (link on upper right):

screenshot from 2014-09-30 23 30 15 project tree history

Loading
Loading

  • Administrator
    Administrator @root · 10 years ago
    Owner

    Created by: TeatroIO

    I've prepared a stage. Click to open.

    By Administrator on 2014-09-29T21:14:48 (imported from GitLab project)

  • Administrator
    Administrator @root started a thread on commit 0d4ae0e3 10 years ago
    features/steps/project/browse_files.rb
    36 36 page.should have_content new_gitignore_content
    37 37 end
    38 38
    39 step 'I click link "raw"' do
    40 click_link "raw"
    39 step 'I click link "Raw"' do
    40 click_link 'Raw'
    • Administrator
      Administrator @root · 10 years ago
      Owner

      Created by: houndci-bot

      Prefer single-quoted strings when you don't need string interpolation or special symbols.

      By Administrator on 2014-09-30T21:32:14 (imported from GitLab project)

  • Administrator
    Administrator @root started a thread on commit 0d4ae0e3 10 years ago
    features/steps/project/browse_git_repo.rb
    7 7 click_link ".gitignore"
    8 8 end
    9 9
    10 step 'I click blame button' do
    11 click_link "blame"
    10 step 'I click Blame button' do
    11 click_link 'Blame'
    • Administrator
      Administrator @root · 10 years ago
      Owner

      Created by: houndci-bot

      Prefer single-quoted strings when you don't need string interpolation or special symbols.

      By Administrator on 2014-09-30T21:32:14 (imported from GitLab project)

  • Administrator
    Administrator @root · 10 years ago
    Owner

    Created by: Razer6

    @cirosantilli Can you take a look on the failing testcases?

    By Administrator on 2014-09-30T05:48:01 (imported from GitLab project)

  • Administrator
    Administrator @root · 10 years ago
    Owner

    Created by: Razer6

    👍

    By Administrator on 2014-10-01T15:58:26 (imported from GitLab project)

  • You're only seeing other activity in the feed. To add a comment, switch to one of the following options.
Please register or sign in to reply
0 Assignees
None
Assign to
0 Reviewers
None
Request review from
Milestone
No milestone
None
None
Time tracking
0
Labels
None
Assign labels
  • No matching results
  • Manage project labels
Lock merge request
Unlocked
participants
Reference:
Source branch: github/fork/cirosantilli/titleize-actions

    0 pending comments

Menu

Projects Groups Snippets
Help