mirror of
https://framagit.org/framasoft/framadate/funky-framadate-front.git
synced 2023-08-25 13:53:14 +02:00
Resolution du conflit
This commit is contained in:
commit
985be95b0d
@ -1,5 +1,4 @@
|
||||
<div class="well debug">
|
||||
|
||||
<strong>
|
||||
<h2 i18n>
|
||||
infos de debug
|
||||
|
@ -1,5 +1,4 @@
|
||||
<div class="description">
|
||||
|
||||
<router-outlet></router-outlet>
|
||||
<h1 i18n>
|
||||
{{"creation.title"|translate}}
|
||||
@ -23,8 +22,10 @@
|
||||
{{"creation.kind.classic"|translate}}
|
||||
</option>
|
||||
</select>
|
||||
|
||||
<span class="post-selector">
|
||||
</span>
|
||||
|
||||
<div>
|
||||
|
||||
<label
|
||||
@ -41,8 +42,8 @@
|
||||
placeholder="titre"
|
||||
[(ngModel)]="config.title"
|
||||
>
|
||||
|
||||
</div>
|
||||
|
||||
<div>
|
||||
<label for="my_name">
|
||||
{{"creation.name"|translate}} :
|
||||
@ -55,6 +56,7 @@
|
||||
[(ngModel)]="config.myName"
|
||||
>
|
||||
</div>
|
||||
|
||||
<div>
|
||||
<label
|
||||
for="poll_description"
|
||||
@ -71,7 +73,6 @@
|
||||
cols="50"
|
||||
lines="5"
|
||||
></textarea>
|
||||
|
||||
</div>
|
||||
|
||||
<a
|
||||
|
Loading…
Reference in New Issue
Block a user