Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Korko
SecretSanta.fr
Commits
b2667963
Commit
b2667963
authored
Nov 09, 2016
by
Korko
Browse files
Remove useless view
parent
fb86a038
Changes
2
Hide whitespace changes
Inline
Side-by-side
.gitignore
View file @
b2667963
...
...
@@ -3,6 +3,4 @@
Homestead.yaml
Homestead.json
.env
/app/Http/Controllers/RecoveryFormController.php
/resources/views/recoveryForm.blade.php
sftp-config.json
\ No newline at end of file
sftp-config.json
resources/views/recoveryForm.blade.php
deleted
100644 → 0
View file @
fb86a038
<html>
<body>
<form
action=
"#"
method=
"post"
>
{{ csrf_field() }}
<label>
Qui es-tu ?
<select
name=
"from"
required
>
@foreach($users as $user => $numero)
<option
value=
"{{ $user }}"
>
{{ $user }}
</option>
@endforeach
</select>
</label>
<label>
A qui dois-tu offrir ?
<select
name=
"to"
required
>
<option>
???
</option>
@foreach($users as $user => $numero)
<option
value=
"{{ $user }}"
>
{{ $user }}
</option>
@endforeach
</select>
</label>
<input
type=
"submit"
value=
"Valider"
>
</form>
</body>
</html>
Write
Preview
Supports
Markdown
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