Titleize blob action buttons. [failure unrelated]
Created by: cirosantilli
As supported by dosire at: https://github.com/gitlabhq/gitlabhq/issues/7789#issuecomment-57126623
I think it looks better.
After:
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):
Created by: TeatroIO
I've prepared a stage. Click to open.
By Administrator on 2014-09-29T21:14:48 (imported from GitLab project)
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' 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'
Please register or sign in to reply