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
2940e0fb
Commit
2940e0fb
authored
Jun 15, 2017
by
sim
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[FIX] Oops: fix broken footer in projects overview template
parent
5b7bfb74
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
25 additions
and
28 deletions
+25
-28
overview.html
templates/pages/projects/overview.html
+25
-28
No files found.
templates/pages/projects/overview.html
View file @
2940e0fb
...
@@ -79,42 +79,39 @@
...
@@ -79,42 +79,39 @@
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div
class=
"container"
>
<div
class=
"container"
>
<!-- GENERIC STATUS INFO -->
<!-- GENERIC STATUS INFO -->
<div
id=
"status"
class=
"row col-lg-12 collapse"
>
<div
id=
"status"
class=
"row col-lg-12 collapse"
>
<div
id=
"status-msg"
class=
"alert"
>
<div
id=
"status-msg"
class=
"alert"
>
</div>
</div>
</div>
<!-- CHECKBOX EDITION -->
<!--
<div class="row collapse" id="editor">
<button title="delete selected project" type="button" class="btn btn-danger" id="delete">
<span class="glyphicon glyphicon-trash " aria-hidden="true" ></span>
</button>
<button title="edit selected project" type="button" class="btn btn-warning" id="edit">
<span class="glyphicon glyphicon-pencil " aria-hidden="true" onclick="editProjects()"></span>
</button> -->
<!-- <button type="button" class="btn btn-info" id="recalculate">
<span class="glyphicon glyphicon-refresh " aria-hidden="true" onclick="recalculateProjects()"></span>
</button>
</div>
-->
<br
/>
</div>
<!-- CHECKBOX EDITION -->
<!--
<div class="row collapse" id="editor">
<button title="delete selected project" type="button" class="btn btn-danger" id="delete">
<span class="glyphicon glyphicon-trash " aria-hidden="true" ></span>
</button>
<button title="edit selected project" type="button" class="btn btn-warning" id="edit">
<span class="glyphicon glyphicon-pencil " aria-hidden="true" onclick="editProjects()"></span>
</button> -->
<!-- <button type="button" class="btn btn-info" id="recalculate">
<span class="glyphicon glyphicon-refresh " aria-hidden="true" onclick="recalculateProjects()"></span>
</button>
</div>
-->
<br
/>
<div
class=
"row container"
id=
"projects"
>
<!--here loading projectlist from GET /projects-->
</div>
<img
id=
"wait-img"
width=
"90%"
style=
"display:none"
src=
"{% static "
img
/
ajax-loader
.
gif
"%}"
></img>
<div
class=
"row container"
id=
"projects"
>
<!--here loading projectlist from GET /projects-->
</div>
</div
>
<img
id=
"wait-img"
width=
"90%"
style=
"display:none"
src=
"{% static "
img
/
ajax-loader
.
gif
"%}"
></img
>
<script
type=
"html/tpl"
id=
"project_item"
>
<script
type=
"html/tpl"
id=
"project_item"
>
<
div
id
=
"{url}"
class
=
"item row"
>
<
div
id
=
"{url}"
class
=
"item row"
>
...
...
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