mirror of
https://github.com/typemill/typemill.git
synced 2025-07-29 18:30:18 +02:00
Merge branch 'master' into version137
This commit is contained in:
@@ -105,7 +105,7 @@
|
||||
</div><div class="medium{{ errors.settings.headlineanchors ? ' error' : '' }}">
|
||||
<label for="settings[headlineanchors]">{{ __('Headline Anchors') }} *</label>
|
||||
<label class="control-group">{{ __('Show anchors next to headlines') }}
|
||||
<input name="settings[headlineanchors]" type="checkbox" {% if (old.settings.headlineanchors) %} checked {% endif %}>
|
||||
<input name="settings[headlineanchors]" type="checkbox" {% if (settings.headlineanchors) %} checked {% endif %}>
|
||||
<span class="checkmark"></span>
|
||||
</label>
|
||||
</div>
|
||||
|
Reference in New Issue
Block a user