Skip to content
代码片段 群组 项目
未验证 提交 674416fc 编辑于 作者: Marcel van Remmerden's avatar Marcel van Remmerden 提交者: GitLab
浏览文件

Fix empty card for comment templates

上级 711cc243
No related branches found
No related tags found
无相关合并请求
......@@ -93,13 +93,13 @@ export default {
</div>
<gl-loading-icon v-if="$apollo.queries.savedReplies.loading" size="sm" class="gl-my-5" />
<list
v-else-if="savedReplies"
v-else-if="savedReplies && savedReplies.length"
:saved-replies="savedReplies"
:page-info="pageInfo"
@input="changePage"
/>
<div v-else class="gl-new-card-empty gl-px-5 gl-py-4">
{{ __('You have no saved replies yet.') }}
{{ __('You have no comment templates yet.') }}
</div>
</gl-card>
</template>
......@@ -59367,10 +59367,10 @@ msgstr ""
msgid "You have more active users than are allowed by your license. GitLab must now reconcile your subscription. To complete this process, export your license usage file and email it to %{renewal_service_email}. A new license will be emailed to the email address registered in the %{customers_dot}. You can add this license to your instance."
msgstr ""
 
msgid "You have no permissions"
msgid "You have no comment templates yet."
msgstr ""
 
msgid "You have no saved replies yet."
msgid "You have no permissions"
msgstr ""
 
msgid "You have not added any approvers. Start by adding users or groups."
0% 加载中 .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册