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
9fc241eb
Commit
9fc241eb
authored
Jun 13, 2017
by
Okhin
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of git.laquadrature.net:la-quadrature-du-net/piphone/piphone-front
parents
22f8cda8
75300388
Pipeline
#1141
passed with stages
in 6 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
7 deletions
+7
-7
templates/argumentation.html
templates/argumentation.html
+1
-1
templates/intro.html
templates/intro.html
+6
-6
No files found.
templates/argumentation.html
View file @
9fc241eb
...
...
@@ -8,7 +8,7 @@
<repeat
group=
"{{ @arguments }}"
value=
"{{ @argument }}"
counter=
"{{ @key }}"
>
<li>
<div
class=
"collapsible-header"
>
{{ @argument.title}}
</div>
<div
class=
"collapsible-body"
>
<span>
{{ @argument.text }}
</span>
</div>
<div
class=
"collapsible-body"
>
{{ @argument.text | raw }}
</div>
</li>
</repeat>
</ul>
...
...
templates/intro.html
View file @
9fc241eb
...
...
@@ -5,9 +5,9 @@
</div>
<div
class=
"row"
>
<div
class=
"col s12 m6"
>
<
p
class=
"flow-text blue-grey-text text-lighten-4"
>
{{ @campaign.description }}
</
p
>
<
div
class=
"flow-text blue-grey-text text-lighten-4"
>
{{ @campaign.description
| raw
}}
</
div
>
<a
href=
"/#navbar"
class=
"btn waves-effect waves-light leat accent-2 right"
>
{{ _("Act Now!") }}
</a>
</div>
<div
class=
"col s12 m6"
>
...
...
@@ -17,9 +17,9 @@
</check>
{{ @organization.name }}
</h4>
<
p
class=
"flow-text blue-grey-text text-lighten-4"
>
{{ @organization.description }}
</
p
>
<
div
class=
"flow-text blue-grey-text text-lighten-4"
>
{{ @organization.description
| raw
}}
</
div
>
<a
href=
"{{ @organization.website }}"
class=
"btn waves-effect waves-light blue accent-2 right"
>
{{ _("Visit Us!") }}
</a>
</div>
</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