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
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
iv
gitlab-ce
Commits
089dca4d
Commit
089dca4d
authored
Jan 28, 2012
by
Dmitriy Zaporozhets
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Bootstrap: network graph
parent
c7933d7a
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
5 deletions
+11
-5
app/assets/stylesheets/projects.css.scss
app/assets/stylesheets/projects.css.scss
+8
-0
app/views/projects/graph.html.haml
app/views/projects/graph.html.haml
+3
-5
No files found.
app/assets/stylesheets/projects.css.scss
View file @
089dca4d
...
...
@@ -143,3 +143,11 @@ a.project-update.titled {
top
:
0
;
}
}
/**
* Project graph
*/
#holder
{
cursor
:
move
;
height
:
70%
;
overflow
:
hidden
;
}
app/views/projects/graph.html.haml
View file @
089dca4d
.top-tabs
=
link_to
graph_project_path
(
@project
),
:class
=>
"tab
#{
'active'
if
current_page?
(
graph_project_path
(
@project
))
}
"
do
%span
Network Graph
#holder
.graph
%h3
Network Graph
%hr
#holder
.graph.well
:javascript
var
chunk1
=
{
commits
:
#{
@commits_json
}
};
...
...
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