This commit is contained in:
parent
410861aa75
commit
ed851efd50
@ -6,13 +6,12 @@
|
||||
{% include 'navbar.html' %}
|
||||
|
||||
<div class="row">
|
||||
|
||||
<div class="col s7 m6">
|
||||
<div class="card">
|
||||
<div class="posting_form">
|
||||
<h4>Создай то, о чем будут говорить многие в /{{board}}/.</h4>
|
||||
<h4>Создай то, о чем будут говорить многие.</h4>
|
||||
<br>
|
||||
<textarea type="text" rows="8" cols="45" placeholder="Печатать сюда" #textForm [(ngModel)] = "inputText"></textarea>
|
||||
<textarea type="text" rows="8" cols="45" placeholder="Печатать сюда" id="textForm"></textarea>
|
||||
<p>
|
||||
<button (click)="create()" >Отправить</button>
|
||||
</p>
|
||||
|
Loading…
Reference in New Issue
Block a user