|
|
@@ -1,18 +1,18 @@ |
|
|
|
<section class="forum-details"> |
|
|
|
<section class="add-post" *ngIf="!isSubSegment"> |
|
|
|
<div *ngIf="showAddPostInputs"> |
|
|
|
<textarea placeholder="Start a discussion"></textarea> |
|
|
|
<textarea class="post-input" placeholder="Type your question here (ex: How one can determine planks constant?"></textarea> |
|
|
|
<div class="input-holder"> |
|
|
|
<svg-icon [applyClass]="true" class="icon" src="assets/custom-icons/hashtag.svg"></svg-icon> |
|
|
|
<input type="text" placeholder="Hashtag"> |
|
|
|
<textarea type="text" placeholder="Write hashtags separated by comma here (ex: plank, h, Max Plank)"></textarea> |
|
|
|
</div> |
|
|
|
<div class="input-holder"> |
|
|
|
<svg-icon [applyClass]="true" class="icon" src="assets/custom-icons/add-person.svg"></svg-icon> |
|
|
|
<input type="text" placeholder="Tag person"> |
|
|
|
<input type="text" placeholder="Tag person "> |
|
|
|
</div> |
|
|
|
<div class="input-holder"> |
|
|
|
<svg-icon [applyClass]="true" class="icon" src="assets/custom-icons/link.svg"></svg-icon> |
|
|
|
<input type="text" placeholder="URL"> |
|
|
|
<textarea type="text" placeholder="Concerned URL link (ex: https://en.wikipedia.org/wiki/Planck_constant)"></textarea> |
|
|
|
</div> |
|
|
|
<div class="input-holder"> |
|
|
|
<svg-icon [applyClass]="true" class="icon" src="assets/custom-icons/document.svg"></svg-icon> |
|
|
|