Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Corentin Mors
avis-de-template-server
Commits
52b5855b
Commit
52b5855b
authored
Dec 06, 2018
by
Valentin
Browse files
test commenaire
parent
6e0f8bf0
Changes
1
Hide whitespace changes
Inline
Side-by-side
views/index.html
View file @
52b5855b
...
...
@@ -9,7 +9,7 @@
<h3>
Users
</h3>
</div>
<div
class=
"list-group"
>
{% for user in users %}
{% for user in users %}
<a
href=
"users/{{ user._id }}"
class=
"list-group-item list-group-item-action"
>
{{user.name}}
</a>
{% endfor %}
...
...
@@ -17,7 +17,7 @@
<a
href=
"/users"
class=
"contenttype-all-button float-right"
>
View all users
<i
class=
"fas fa-chevron-circle-right"
></i></a>
</div>
<div
class=
"col-sm"
>
<!-- Future contenttype -->
<!-- Future contenttype -->
<!--salut -->
</div>
<div
class=
"col-sm"
>
<!-- Future contenttype -->
...
...
@@ -26,4 +26,4 @@
</main>
<!-- /.container -->
{% endblock %}
\ No newline at end of file
{% endblock %}
Write
Preview
Supports
Markdown
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