Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
R
Re2o
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Container Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Levy--Falk Hugo
Re2o
Commits
12ca857d
Commit
12ca857d
authored
Mar 23, 2018
by
Arthur Grisel-davy
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'better_frontend' into 'master'
image cliquable See merge request nounous/re2o!5
parents
635542f0
9a7e9ebf
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
index.html
re2o/templates/re2o/index.html
+2
-2
No files found.
re2o/templates/re2o/index.html
View file @
12ca857d
...
...
@@ -37,8 +37,8 @@ with this program; if not, write to the Free Software Foundation, Inc.,
{% for service in service_list %}
<div
class=
"col-12"
>
<div
class=
"thumbnail"
>
<img
src=
"{% static service.image %}"
alt=
"{{ service.name }}"
>
<div
class=
"caption"
>
<a
href=
"{{ service.url }}"
><img
src=
"{% static service.image %}"
alt=
"{{ service.name }}"
></a
>
<div
class=
"caption"
>
<h3>
{{ service.name }}
</h3>
<p>
{{ service.description }}
</p>
<p><a
href=
"{{ service.url }}"
class=
"btn btn-primary"
role=
"button"
>
Accéder
</a></p>
...
...
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