mirror of
https://github.com/osmarks/mycorrhiza.git
synced 2024-10-30 11:46:16 +00:00
Make preview look more like view
This commit is contained in:
parent
e35643bb9d
commit
8e94048f15
@ -34,7 +34,7 @@
|
||||
<a href="/page/{%s hyphaName %}" class="edit-form__cancel">Cancel</a>
|
||||
</form>
|
||||
<p class="warning">Note that the hypha is not saved yet. You can preview the changes ↓</p>
|
||||
<section class="edit__preview">{%s= renderedPage %}</section>
|
||||
<article class="edit__preview">{%s= renderedPage %}</article>
|
||||
</main>
|
||||
</div>
|
||||
{% endfunc %}
|
||||
|
@ -138,11 +138,11 @@ func StreamPreviewHTML(qw422016 *qt422016.Writer, rq *http.Request, hyphaName, t
|
||||
qw422016.N().S(`" class="edit-form__cancel">Cancel</a>
|
||||
</form>
|
||||
<p class="warning">Note that the hypha is not saved yet. You can preview the changes ↓</p>
|
||||
<section class="edit__preview">`)
|
||||
<article class="edit__preview">`)
|
||||
//line views/mutators.qtpl:37
|
||||
qw422016.N().S(renderedPage)
|
||||
//line views/mutators.qtpl:37
|
||||
qw422016.N().S(`</section>
|
||||
qw422016.N().S(`</article>
|
||||
</main>
|
||||
</div>
|
||||
`)
|
||||
|
Loading…
Reference in New Issue
Block a user