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
010ac2b1
Commit
010ac2b1
authored
Oct 02, 2012
by
randx
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added back link. cleanup group show page
parent
1b6a3dfe
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
23 additions
and
37 deletions
+23
-37
app/views/groups/show.html.haml
app/views/groups/show.html.haml
+23
-37
No files found.
app/views/groups/show.html.haml
View file @
010ac2b1
-
if
@projects
.
any?
.projects
.activities.span8
=
render
'shared/no_ssh'
-
if
@events
.
any?
.content_list
=
render
@events
-
else
%h4
.nothing_here_message
Projects activity will be displayed here
.loading.hide
.side
=
render
"events/event_last_push"
,
event:
@last_push
=
render
"projects"
,
projects:
@projects
%div
%span
.rss-icon
=
link_to
dashboard_path
(
:atom
,
{
private_token:
current_user
.
private_token
})
do
=
image_tag
"rss_ui.png"
,
title:
"feed"
%strong
News Feed
%hr
.gitlab-promo
=
link_to
"Homepage"
,
"http://gitlabhq.com"
=
link_to
"Blog"
,
"http://blog.gitlabhq.com"
=
link_to
"@gitlabhq"
,
"https://twitter.com/gitlabhq"
-
else
%h3
.nothing_here_message
There are no projects you have access to.
%br
%h4
.nothing_here_message
-
if
current_user
.
can_create_project?
You can create up to
=
current_user
.
projects_limit
projects. Click on button below to add a new one
.link_holder
=
link_to
new_project_path
,
class:
"btn primary"
do
New Project »
.projects
.activities.span8
.back_link
=
link_to
dashboard_path
do
←
To dashboard
=
render
'shared/no_ssh'
-
if
@events
.
any?
.content_list
=
render
@events
-
else
If you will be added to project - it will be displayed here
%h4
.nothing_here_message
Projects activity will be displayed here
.loading.hide
.side
=
render
"events/event_last_push"
,
event:
@last_push
=
render
"projects"
,
projects:
@projects
%div
%span
.rss-icon
=
link_to
dashboard_path
(
:atom
,
{
private_token:
current_user
.
private_token
})
do
=
image_tag
"rss_ui.png"
,
title:
"feed"
%strong
News Feed
%hr
.gitlab-promo
=
link_to
"Homepage"
,
"http://gitlabhq.com"
=
link_to
"Blog"
,
"http://blog.gitlabhq.com"
=
link_to
"@gitlabhq"
,
"https://twitter.com/gitlabhq"
:javascript
$
(
function
(){
Pager
.
init
(
20
);
});
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