mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-23 18:17:20 +00:00
Fixed styles for the EditTemplate
This commit is contained in:
parent
f77b3a54ca
commit
f623515b1c
@ -1,6 +1,8 @@
|
||||
title: $:/templates/EditTemplate
|
||||
modifier: JeremyRuston
|
||||
|
||||
|
||||
<div class="tw-tiddler-frame">
|
||||
<<view title>> <<button SaveTiddler class:"btn btn-mini btn-success"><done>>
|
||||
{{title{
|
||||
<<edit draft.title>>
|
||||
@ -8,4 +10,5 @@ modifier: JeremyRuston
|
||||
<<edit tags>>
|
||||
{{body{
|
||||
<<edit text>>
|
||||
}}}
|
||||
}}}
|
||||
</div>
|
||||
|
Loading…
Reference in New Issue
Block a user