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
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
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
Changes
6
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
245 additions
and
66 deletions
+245
-66
app/assets/images/images.png
app/assets/images/images.png
+0
-0
app/assets/stylesheets/style.scss
app/assets/stylesheets/style.scss
+237
-59
app/views/layouts/_page_title.html.haml
app/views/layouts/_page_title.html.haml
+1
-1
app/views/layouts/application.html.haml
app/views/layouts/application.html.haml
+1
-1
app/views/projects/_tile.html.haml
app/views/projects/_tile.html.haml
+1
-1
app/views/projects/index.html.haml
app/views/projects/index.html.haml
+5
-4
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