BigW Consortium Gitlab
Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
gitlab-ce
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Forest Godfrey
gitlab-ce
Commits
d4052923
Commit
d4052923
authored
Nov 01, 2011
by
gitlabhq
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
project page fixed
parent
9bf39477
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
6 additions
and
5 deletions
+6
-5
images.png
app/assets/images/images.png
+0
-0
style.scss
app/assets/stylesheets/style.scss
+0
-0
_page_title.html.haml
app/views/layouts/_page_title.html.haml
+1
-1
application.html.haml
app/views/layouts/application.html.haml
+1
-1
_tile.html.haml
app/views/projects/_tile.html.haml
+1
-1
index.html.haml
app/views/projects/index.html.haml
+3
-2
No files found.
app/assets/images/images.png
View replaced file @
9bf39477
View file @
d4052923
6.32 KB
|
W:
|
H:
8.49 KB
|
W:
|
H:
2-up
Swipe
Onion skin
app/assets/stylesheets/style.scss
View file @
d4052923
This diff is collapsed.
Click to expand it.
app/views/layouts/_page_title.html.haml
View file @
d4052923
-
if
content_for?
(
:page_title
)
=
yield
:page_title
-
else
.grid
-
4
.grid
_
4
.container_3
%h2
.icon
%span
=
controller
.
controller_name
.
capitalize
app/views/layouts/application.html.haml
View file @
d4052923
...
...
@@ -14,7 +14,7 @@
=
javascript_tag
do
REQ_URI = "
#{
request
.
env
[
"REQUEST_URI"
]
}
";
REQ_REFFER = "
#{
request
.
env
[
"HTTP_REFERER"
]
}
";
%body
#thebody
%body
{
:class
=>
yield
(
:body_class
),
:id
=>
yield
(
:boyd_id
)}
#container
=
render
:partial
=>
"layouts/flash"
=
render
:partial
=>
"layouts/head_panel"
...
...
app/views/projects/_tile.html.haml
View file @
d4052923
-
@projects
.
in_groups_of
(
3
,
false
)
do
|
projects
|
-
projects
.
each_with_index
do
|
project
,
i
|
%div
.grid_1
%div
{
:class
=>
"project-box ui-box ui-box-big"
,
:style
=>
i
==
2
?
""
:
"margin-right:30px;"
}
%div
{
:class
=>
"project-box ui-box ui-box-big"
}
=
link_to
project_path
(
project
)
do
%h3
=
project
.
name
.data
...
...
app/views/projects/index.html.haml
View file @
d4052923
-
content_for
(
:body_class
,
"projects-page"
)
-
content_for
(
:page_title
)
do
.grid-4
%h2
.icon
.grid_4
-
if
current_user
.
can_create_project?
%a
.grey-button.right
{
:href
=>
new_project_path
}
Create new project
%h2
.icon
%span
Projects
...
...
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