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
c8c11cd6
Commit
c8c11cd6
authored
Feb 04, 2019
by
Okhin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Was missing a parenthesis
parent
fef84c4f
Pipeline
#2421
passed with stages
in 16 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
Makefile
Makefile
+1
-1
templates/home.html
templates/home.html
+2
-2
No files found.
Makefile
View file @
c8c11cd6
...
...
@@ -24,7 +24,7 @@ install: ## Install the application
@
composer
install
server-start
:
server-stop
##
Launch a local server
@
php
-S
127.0.0.1:8000
>>
.
/var/log/
server.log &
@
php
-S
127.0.0.1:8000
>>
.server.log &
@
echo
"
\0
33[32mServer running. (http://127.0.0.1:8000)
\0
33[0m"
server-stop
:
##
Stop local server if running
...
...
templates/home.html
View file @
c8c11cd6
...
...
@@ -36,8 +36,8 @@
<h5>
{{ _("Call this representative") }}
</h5>
<form
id=
"form-contact"
method=
"post"
action=
""
>
<input
type=
"text"
id=
"contact_id"
name=
"contact_id"
hidden=
"hidden"
value=
""
>
<p>
{{ _("When you are ready to
talk to
this representative, go on the arguments and feedback page to find some help and talking points.") }}
</p>
<input
class=
"btn btn-default"
type=
"submit"
value=
"{{ _(
'I'm ready to call'
}}"
/>
<p>
{{ _("When you are ready to
call
this representative, go on the arguments and feedback page to find some help and talking points.") }}
</p>
<input
class=
"btn btn-default"
type=
"submit"
value=
"{{ _(
"
I
'
m
ready
to
call
")
}}"
/>
</form>
</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