Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
La Quadrature du Net
piphone
piphone-front
Commits
48498245
Commit
48498245
authored
Jan 30, 2017
by
okhin
Browse files
Adding the website organization URL
parent
33246241
Pipeline
#820
passed with stage
in 1 second
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
templates/contact.html
View file @
48498245
...
...
@@ -4,7 +4,7 @@
<div
class=
"col-sm-12"
>
<!-- image à gauche -->
<div
class=
"col-md-2 col-sm-4 hidden-xs"
>
<img
class=
"img-responsive img-circle"
src=
"{{ @contact.photo }}"
width=
"140px"
alt=
""
>
<img
class=
"img-responsive img-circle"
src=
"{{ @contact.photo }}
t commit
"
width=
"140px"
alt=
""
>
<!-- infos -->
<div
class=
"visible-sm-block"
>
<address
style=
"margin-top:1em;"
>
...
...
templates/header.html
View file @
48498245
...
...
@@ -36,7 +36,12 @@ No translation yet
</div>
<div
class=
"container"
>
<p
class=
"lead"
>
{{ _("This campaign is ran by") }}
</p>
<h3>
{{ @campaign.organization.name }}
</h3>
<h3><span
class=
"lead"
>
{{ _("This campaign is ran by") }}
</span>
<check
if=
"{{@campaign.organization.website}}"
>
<a
href=
"{{@campaign.organization.website}}"
>
{{ @campaign.organization.name }}
</a>
<false>
{{ @campaign.organization.name }}
</false>
</check></h3>
<p>
{{ @campaign.organization.description }}
</p>
</div>
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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