Markdown Overhaul (#2624)
Rebuilt Markdown editor/views into new components
This commit is contained in:
parent
945510dcf0
commit
6b54279bb7
50 changed files with 819 additions and 3896 deletions
|
@ -59,10 +59,12 @@
|
|||
<!-- Description -->
|
||||
<div class="section-header">Team Description</div>
|
||||
<div class="team-view-header">
|
||||
<div class="description markdown-input" content="team.description"
|
||||
can-write="organization.is_admin"
|
||||
content-changed="updateForDescription"
|
||||
field-title="'team description'"></div>
|
||||
<div class="description">
|
||||
<markdown-input content="team.description"
|
||||
can-write="organization.is_admin"
|
||||
(content-changed)="updateForDescription($event.content)"
|
||||
field-title="team description"></markdown-input>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- Members -->
|
||||
|
|
Reference in a new issue