Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
d8fc0c3b
Commit
d8fc0c3b
authored
Jul 13, 2013
by
Dmitriy Zaporozhets
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix tests. improve ui-box title
parent
a41875d2
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
7 additions
and
11 deletions
+7
-11
app/assets/stylesheets/gitlab_bootstrap/blocks.scss
app/assets/stylesheets/gitlab_bootstrap/blocks.scss
+3
-4
app/assets/stylesheets/sections/dashboard.scss
app/assets/stylesheets/sections/dashboard.scss
+1
-4
features/steps/project/project_browse_commits.rb
features/steps/project/project_browse_commits.rb
+1
-1
features/steps/project/project_snippets.rb
features/steps/project/project_snippets.rb
+1
-1
features/steps/snippets/snippets.rb
features/steps/snippets/snippets.rb
+1
-1
No files found.
app/assets/stylesheets/gitlab_bootstrap/blocks.scss
View file @
d8fc0c3b
...
...
@@ -86,9 +86,9 @@
color
:
#456
;
font-size
:
16px
;
text-shadow
:
0
1px
1px
#fff
;
padding
:
10px
;
padding
:
0
10px
;
font-size
:
14px
;
line-height
:
2
0px
;
line-height
:
4
0px
;
font-weight
:
normal
;
margin
:
0
;
...
...
@@ -102,8 +102,7 @@
}
.btn
{
position
:
relative
;
margin-top
:
-2px
;
vertical-align
:
middle
;
}
.nav-pills
{
...
...
app/assets/stylesheets/sections/dashboard.scss
View file @
d8fc0c3b
...
...
@@ -10,9 +10,6 @@
margin
:
0px
;
box-shadow
:
none
;
.title
.btn
{
margin
:
0
;
}
.nav-projects-tabs
li
{
padding
:
0
;
}
}
}
...
...
@@ -33,7 +30,7 @@
.dashboard
{
.dash-filter
{
margin
:
0
;
margin
:
7px
0
;
padding
:
4px
6px
;
width
:
202px
;
float
:
left
;
...
...
features/steps/project/project_browse_commits.rb
View file @
d8fc0c3b
...
...
@@ -48,7 +48,7 @@ class ProjectBrowseCommits < Spinach::FeatureSteps
page
.
should
have_selector
(
'ul.breadcrumb span.divider'
,
count:
3
)
page
.
should
have_selector
(
'ul.breadcrumb a'
,
count:
4
)
find
(
'ul.breadcrumb li:
first
a'
)[
'href'
].
should
match
(
/
#{
@project
.
path_with_namespace
}
\/commits\/master\z/
)
find
(
'ul.breadcrumb li:
nth-child(2)
a'
)[
'href'
].
should
match
(
/
#{
@project
.
path_with_namespace
}
\/commits\/master\z/
)
find
(
'ul.breadcrumb li:last a'
)[
'href'
].
should
match
(
%r{master/app/models/project
\.
rb
\z
}
)
end
...
...
features/steps/project/project_snippets.rb
View file @
d8fc0c3b
...
...
@@ -42,7 +42,7 @@ class ProjectSnippets < Spinach::FeatureSteps
end
And
'I click link "Edit"'
do
within
".file
_
title"
do
within
".file
-
title"
do
click_link
"Edit"
end
end
...
...
features/steps/snippets/snippets.rb
View file @
d8fc0c3b
...
...
@@ -13,7 +13,7 @@ class SnippetsFeature < Spinach::FeatureSteps
end
And
'I click link "Edit"'
do
within
".file
_
title"
do
within
".file
-
title"
do
click_link
"Edit"
end
end
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment