Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
nofist-v2
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
13
Issues
13
List
Boards
Labels
Service Desk
Milestones
Merge Requests
4
Merge Requests
4
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
ViaRézo
nofist-v2
Commits
49782f97
Unverified
Commit
49782f97
authored
Sep 28, 2018
by
Martin Lehoux
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
no label for actions
parent
16093ba0
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
core/templates/core/components/course_moderation.html
core/templates/core/components/course_moderation.html
+2
-2
No files found.
core/templates/core/components/course_moderation.html
View file @
49782f97
...
@@ -16,7 +16,7 @@
...
@@ -16,7 +16,7 @@
<p
class=
"ui {% if course.type == 'Electif' %}grey{% else %}teal{% endif %} label"
>
{{ course.type }}
</p>
<p
class=
"ui {% if course.type == 'Electif' %}grey{% else %}teal{% endif %} label"
>
{{ course.type }}
</p>
</div>
</div>
<div
class=
"ui two bottom attached buttons"
>
<div
class=
"ui two bottom attached buttons"
>
<a
href=
"{% url 'core:accept' 'course' course.pk %}"
class=
"ui green basic
labeled icon fluid button"
><i
class=
"checkmark icon"
></i>
Accepter
</a>
<a
href=
"{% url 'core:accept' 'course' course.pk %}"
class=
"ui green basic
icon fluid button"
><i
class=
"checkmark icon"
></i>
</a>
<a
href=
"{% url 'core:reject' 'course' course.pk %}"
class=
"ui red basic
labeled icon fluid button"
><i
class=
"remove icon"
></i>
Rejeter
</a>
<a
href=
"{% url 'core:reject' 'course' course.pk %}"
class=
"ui red basic
icon fluid button"
><i
class=
"remove icon"
></i>
</a>
</div>
</div>
</div>
</div>
\ No newline at end of file
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