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
065c200c
Commit
065c200c
authored
Feb 26, 2012
by
Dmitriy Zaporozhets
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
removed unnecessary hr tags & titles
parent
1e8b111b
Changes
8
Hide whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
12 additions
and
13 deletions
+12
-13
app/assets/stylesheets/common.scss
app/assets/stylesheets/common.scss
+1
-1
app/views/commits/_head.html.haml
app/views/commits/_head.html.haml
+6
-0
app/views/commits/index.html.haml
app/views/commits/index.html.haml
+0
-7
app/views/issues/index.html.haml
app/views/issues/index.html.haml
+1
-1
app/views/merge_requests/index.html.haml
app/views/merge_requests/index.html.haml
+1
-1
app/views/notes/_form.html.haml
app/views/notes/_form.html.haml
+1
-1
app/views/projects/graph.html.haml
app/views/projects/graph.html.haml
+1
-1
app/views/projects/show.html.haml
app/views/projects/show.html.haml
+1
-1
No files found.
app/assets/stylesheets/common.scss
View file @
065c200c
...
...
@@ -42,7 +42,7 @@ a {
float
:left
;
}
.right
{
float
:right
;
float
:right
!
important
;
}
.width-50p
{
width
:
50%
;
...
...
app/views/commits/_head.html.haml
View file @
065c200c
...
...
@@ -21,6 +21,12 @@
%span
.number
=
@project
.
repo
.
tags
.
count
-
if
current_page?
(
project_commits_path
(
@project
))
&&
current_user
.
private_token
%li
.right
%span
=
link_to
project_commits_path
(
@project
,
:atom
,
{
:private_token
=>
current_user
.
private_token
,
:ref
=>
@ref
}),
:class
=>
"btn"
do
feed
=
image_tag
"Rss-UI.PNG"
,
:width
=>
14
,
:title
=>
"feed"
:javascript
...
...
app/views/commits/index.html.haml
View file @
065c200c
=
render
"head"
%h3
Commits
-
if
current_user
.
private_token
%span
.rss-icon
=
link_to
project_commits_path
(
@project
,
:atom
,
{
:private_token
=>
current_user
.
private_token
,
:ref
=>
@ref
})
do
=
image_tag
"Rss-UI.PNG"
,
:width
=>
22
,
:title
=>
"feed"
%hr
-
if
params
[
:path
]
%ul
.breadcrumb
...
...
app/views/issues/index.html.haml
View file @
065c200c
...
...
@@ -8,7 +8,7 @@
-
if
can?
current_user
,
:write_issue
,
@project
=
link_to
new_project_issue_path
(
@project
),
:class
=>
"right btn small"
,
:title
=>
"New Issue"
,
:remote
=>
true
do
New Issue
%
h
r
%
b
r
%div
#issues-table-holder
.ui-box
.title
.row
...
...
app/views/merge_requests/index.html.haml
View file @
065c200c
...
...
@@ -4,7 +4,7 @@
=
link_to
new_project_merge_request_path
(
@project
),
:class
=>
"right btn small"
,
:title
=>
"New Merge Request"
do
New Merge Request
%
h
r
%
b
r
.ui-box
.title
...
...
app/views/notes/_form.html.haml
View file @
065c200c
...
...
@@ -21,7 +21,7 @@
=
label_tag
:notify_author
do
=
check_box_tag
:notify_author
,
1
,
@note
.
noteable_type
==
"Commit"
%span
Commit author
.span4
.right
.span4
%h5
Attachment:
.clearfix
=
f
.
label
:attachment
,
"Any file, < 10 MB"
...
...
app/views/projects/graph.html.haml
View file @
065c200c
%h3
Network Graph
%
h
r
%
b
r
#holder
.graph.well
:javascript
...
...
app/views/projects/show.html.haml
View file @
065c200c
...
...
@@ -6,7 +6,7 @@
.back_link
=
link_to
projects_path
do
←
To projects list
%
h
r
%
b
r
.alert-message.block-message.warning
.input
.input-prepend
...
...
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