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
026b7abc
Commit
026b7abc
authored
May 31, 2016
by
Connor Shea
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Attempt to fix the user page.
parent
0256e683
Changes
10
Hide whitespace changes
Inline
Side-by-side
Showing
10 changed files
with
12 additions
and
2 deletions
+12
-2
app/assets/javascripts/graphs/application.js.coffee
app/assets/javascripts/graphs/application.js.coffee
+0
-0
app/assets/javascripts/graphs/stat_graph.js.coffee
app/assets/javascripts/graphs/stat_graph.js.coffee
+0
-0
app/assets/javascripts/graphs/stat_graph_contributors.js.coffee
...sets/javascripts/graphs/stat_graph_contributors.js.coffee
+0
-0
app/assets/javascripts/graphs/stat_graph_contributors_graph.js.coffee
...avascripts/graphs/stat_graph_contributors_graph.js.coffee
+0
-0
app/assets/javascripts/graphs/stat_graph_contributors_util.js.coffee
...javascripts/graphs/stat_graph_contributors_util.js.coffee
+0
-0
app/assets/javascripts/users/application.js.coffee
app/assets/javascripts/users/application.js.coffee
+8
-0
app/assets/javascripts/users/calendar.js.coffee
app/assets/javascripts/users/calendar.js.coffee
+0
-0
app/views/projects/graphs/_head.html.haml
app/views/projects/graphs/_head.html.haml
+1
-1
app/views/users/show.html.haml
app/views/users/show.html.haml
+1
-0
config/application.rb
config/application.rb
+2
-1
No files found.
app/assets/javascripts/
stat_graph
/application.js.coffee
→
app/assets/javascripts/
graphs
/application.js.coffee
View file @
026b7abc
File moved
app/assets/javascripts/
stat_graph
/stat_graph.js.coffee
→
app/assets/javascripts/
graphs
/stat_graph.js.coffee
View file @
026b7abc
File moved
app/assets/javascripts/
stat_graph
/stat_graph_contributors.js.coffee
→
app/assets/javascripts/
graphs
/stat_graph_contributors.js.coffee
View file @
026b7abc
File moved
app/assets/javascripts/
stat_graph
/stat_graph_contributors_graph.js.coffee
→
app/assets/javascripts/
graphs
/stat_graph_contributors_graph.js.coffee
View file @
026b7abc
File moved
app/assets/javascripts/
stat_graph
/stat_graph_contributors_util.js.coffee
→
app/assets/javascripts/
graphs
/stat_graph_contributors_util.js.coffee
View file @
026b7abc
File moved
app/assets/javascripts/users/application.js.coffee
0 → 100644
View file @
026b7abc
# This is a manifest file that'll be compiled into including all the files listed below.
# Add new JavaScript/Coffee code in separate files in this directory and they'll automatically
# be included in the compiled file accessible from http://example.com/assets/application.js
# It's not advisable to add code directly here, but if you do, it'll appear at the bottom of the
# the compiled file.
#
#= require d3
#= require_tree .
app/assets/javascripts/calendar.js.coffee
→
app/assets/javascripts/
users/
calendar.js.coffee
View file @
026b7abc
File moved
app/views/projects/graphs/_head.html.haml
View file @
026b7abc
-
page_specific_javascripts
asset_path
(
"
stat_graph
/application.js"
)
-
page_specific_javascripts
asset_path
(
"
graphs
/application.js"
)
%ul
.nav-links
=
nav_link
(
action: :show
)
do
=
link_to
'Contributors'
,
namespace_project_graph_path
...
...
app/views/users/show.html.haml
View file @
026b7abc
-
page_title
@user
.
name
-
page_description
@user
.
bio
-
page_specific_javascripts
asset_path
(
"users/application.js"
)
-
header_title
@user
.
name
,
user_path
(
@user
)
-
@no_container
=
true
...
...
config/application.rb
View file @
026b7abc
...
...
@@ -81,7 +81,8 @@ module Gitlab
config
.
assets
.
precompile
<<
"print.css"
config
.
assets
.
precompile
<<
"notify.css"
config
.
assets
.
precompile
<<
"mailers/*.css"
config
.
assets
.
precompile
<<
"stat_graph/application.js"
config
.
assets
.
precompile
<<
"graphs/application.js"
config
.
assets
.
precompile
<<
"users/application.js"
# Version of your assets, change this if you want to expire all your assets
config
.
assets
.
version
=
'1.0'
...
...
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