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
piphone-front
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
2
Issues
2
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
La Quadrature du Net
piphone
piphone-front
Commits
48498245
Commit
48498245
authored
Jan 30, 2017
by
okhin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
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
Showing
2 changed files
with
8 additions
and
3 deletions
+8
-3
templates/contact.html
templates/contact.html
+1
-1
templates/header.html
templates/header.html
+7
-2
No files found.
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
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