add missing templates files
This commit is contained in:
0
notes/templates/notes/note.html
Normal file
0
notes/templates/notes/note.html
Normal file
12
notes/templates/notes/table_inline.html
Normal file
12
notes/templates/notes/table_inline.html
Normal file
@@ -0,0 +1,12 @@
|
||||
<tr>
|
||||
<th class="bg-{{bg_color}}">
|
||||
<strong>{{header}}</strong> <small>{{small}}</small>
|
||||
<span class="pull-right">
|
||||
{% for label in labels %}
|
||||
<span class="label label-info">{{label}}</span>
|
||||
{% endfor %}</span>
|
||||
</th>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><p>{{text}}</p></td>
|
||||
</tr>
|
||||
Reference in New Issue
Block a user