mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
FIX: global pin should also be limited to dates in the future
This commit is contained in:
@@ -65,7 +65,7 @@
|
|||||||
<p class="with-validation">
|
<p class="with-validation">
|
||||||
{{i18n "topic.feature_topic.pin_globally"}}
|
{{i18n "topic.feature_topic.pin_globally"}}
|
||||||
{{fa-icon "clock-o"}}
|
{{fa-icon "clock-o"}}
|
||||||
{{date-picker value=model.pinnedGloballyUntil}}
|
{{date-picker-future value=model.pinnedGloballyUntil}}
|
||||||
{{popup-input-tip validation=pinGloballyValidation shownAt=pinGloballyTipShownAt}}
|
{{popup-input-tip validation=pinGloballyValidation shownAt=pinGloballyTipShownAt}}
|
||||||
</p>
|
</p>
|
||||||
<p>
|
<p>
|
||||||
|
|||||||
Reference in New Issue
Block a user