Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
gargantext
Project
Project
Details
Activity
Releases
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
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
humanities
gargantext
Commits
82cd2c5f
Commit
82cd2c5f
authored
10 years ago
by
Administrator
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[FIX] removing number of docs in donut becauase small size of typo.
parent
c00ea6ed
master
1.0.0_Rose_Bonbon
2.0.0_Red_Lemon
EuropressOld
agentsBasedModelling
anoe-gargantext-light
c24b-stable
c24b-stable-patch
c24b-testing-
dev
dev-graphExplorerJSON
diachronic
dynamic_css
gargantext-light
haskell
install
patch-1
patch-2
prod
prod-dev
remote
sankey
sankey-inegalites
set_model
simon-auth
simon-big-clean-up
simon-data-import
simon-dev
simon-experimental
simon-experimental-share
simon-gargantext-light
simon-pipenv
simon-rest-doc
simon-tasks
simon-testing
simon-unstable
simon-unstable-lists-fix
simon-unstable-refact-models
simon-wip
stable
stable-help
stable-imt
stable-imt-hal
stable-imt-link
stable-imt-merge
stable-imt-notebook
stable-notebook
stable-origin
stable-patch
stable-v3-imt
testing
testing-distri
testing-graph-growth
testing-graph-public
testing-imt
testing-jwt
testing-langParsing
testing-merge
testing-mine
testing-notebook
testing-share
tina
unstable
unstable-docker
unstable-newBdd
unstable-notebook
unstable-philoNotebook
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
project.html
templates/project.html
+1
-1
No files found.
templates/project.html
View file @
82cd2c5f
...
@@ -146,7 +146,7 @@
...
@@ -146,7 +146,7 @@
data: [
data: [
{% if donut %}
{% if donut %}
{% for part in donut %}
{% for part in donut %}
{label: '{{ part.source }}
, {{part.count}} docs
', value: {{ part.part }} },
{label: '{{ part.source }}', value: {{ part.part }} },
{% endfor %}
{% endfor %}
{% endif %}
{% endif %}
...
...
This diff is collapsed.
Click to expand it.
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