Initial commit
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
{{#if value}}
|
||||
{{{value}}}
|
||||
{{else}}
|
||||
<span class="none-value">{{translate 'None'}}</span>
|
||||
{{/if}}
|
||||
@@ -0,0 +1,6 @@
|
||||
<div class="reminders-container"></div>
|
||||
<button
|
||||
data-action="addReminder"
|
||||
class="btn btn-default"
|
||||
type="button"
|
||||
><span class="fas fa-plus"></span></button>
|
||||
Reference in New Issue
Block a user