mirror of https://github.com/zulip/zulip.git
help: Update links to "Edit a message" and "Delete a message".
The series including 0349152f0f
split
this page into two smaller pages.
This commit is contained in:
parent
965a25d91b
commit
75a654b9ab
|
@ -195,10 +195,10 @@
|
|||
<p>Enjoy the benefits of threaded conversations while
|
||||
controlling your audience and privacy.</p>
|
||||
</a>
|
||||
<a class="feature-block" href="/help/edit-or-delete-a-message" target="_blank" rel="noopener noreferrer">
|
||||
<a class="feature-block" href="/help/edit-a-message" target="_blank" rel="noopener noreferrer">
|
||||
<h3>MESSAGE EDITING</h3>
|
||||
<p>Don’t worry, you can always fix that typo, either in
|
||||
the body of message or its topic.</p>
|
||||
the body of a message or its topic.</p>
|
||||
</a>
|
||||
<a class="feature-block" href="/help/move-content-to-another-stream" target="_blank" rel="noopener noreferrer">
|
||||
<h3>MOVING MESSAGES</h3>
|
||||
|
|
|
@ -333,7 +333,7 @@
|
|||
<li>
|
||||
<div class="list-content">
|
||||
If you made a mistake, no worries! You
|
||||
can <a href="/help/edit-or-delete-a-message">edit your
|
||||
can <a href="/help/edit-a-message">edit your
|
||||
message</a>, or move it to a
|
||||
different <a href="/help/move-content-to-another-topic">topic</a>
|
||||
or <a href="/help/move-content-to-another-stream">stream</a>.
|
||||
|
|
|
@ -203,7 +203,7 @@
|
|||
<li><div class="list-content"><a href="/help/format-your-message-using-markdown#latex">Type LaTeX</a> directly into your Zulip message, and see it beautifully rendered.</div></li>
|
||||
<li><div class="list-content"><a href="/help/code-blocks">Zulip code blocks</a> come with syntax highlighting for over 250 languages, and integrated <a href="/help/code-blocks#code-playgrounds">code playgrounds.</a></div></li>
|
||||
<li><div class="list-content">Structure your ideas with bulleted and numbered <a href="/help/format-your-message-using-markdown#lists">lists</a>.</div></li>
|
||||
<li><div class="list-content">If you made a mistake, no worries! You can <a href="/help/edit-or-delete-a-message">edit your message</a>, or move it to a different <a href="/help/move-content-to-another-topic">topic</a> or <a href="/help/move-content-to-another-stream">stream</a>.</div></li>
|
||||
<li><div class="list-content">If you made a mistake, no worries! You can <a href="/help/edit-a-message">edit your message</a>, or move it to a different <a href="/help/move-content-to-another-topic">topic</a> or <a href="/help/move-content-to-another-stream">stream</a>.</div></li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
@ -360,7 +360,7 @@
|
|||
<li>
|
||||
<div class="list-content">
|
||||
If you made a mistake, no worries! You
|
||||
can <a href="/help/edit-or-delete-a-message">edit your
|
||||
can <a href="/help/edit-a-message">edit your
|
||||
message</a>, or move it to a
|
||||
different <a href="/help/move-content-to-another-topic">topic</a>
|
||||
or <a href="/help/move-content-to-another-stream">stream</a>.
|
||||
|
|
|
@ -197,7 +197,7 @@
|
|||
<li>
|
||||
<div class="list-content">
|
||||
If you made a mistake, no worries! You
|
||||
can <a href="/help/edit-or-delete-a-message">edit your
|
||||
can <a href="/help/edit-a-message">edit your
|
||||
message</a>, or move it to a
|
||||
different <a href="/help/move-content-to-another-topic">topic</a>
|
||||
or <a href="/help/move-content-to-another-stream">stream</a>.
|
||||
|
|
|
@ -1118,7 +1118,7 @@ export function delete_message(msg_id) {
|
|||
confirm_dialog.launch({
|
||||
html_heading: $t_html({defaultMessage: "Delete message?"}),
|
||||
html_body,
|
||||
help_link: "/help/edit-or-delete-a-message#delete-a-message",
|
||||
help_link: "/help/delete-a-message#delete-a-message-completely",
|
||||
on_click: do_delete_message,
|
||||
loading_spinner: true,
|
||||
});
|
||||
|
|
|
@ -236,7 +236,7 @@
|
|||
<div id="org-msg-deletion" class="settings-subsection-parent">
|
||||
<div class="subsection-header">
|
||||
<h3>{{t "Message deletion" }}
|
||||
{{> ../help_link_widget link="/help/edit-or-delete-a-message#delete-a-message" }}
|
||||
{{> ../help_link_widget link="/help/delete-a-message" }}
|
||||
</h3>
|
||||
{{> settings_save_discard_widget section_name="msg-deletion" }}
|
||||
</div>
|
||||
|
|
|
@ -7368,7 +7368,7 @@ paths:
|
|||
[delete a message completely][delete-completely] feature documented in
|
||||
the Zulip Help Center.
|
||||
|
||||
[delete-completely]: /help/edit-or-delete-a-message#delete-a-message-completely
|
||||
[delete-completely]: /help/delete-a-message#delete-a-message-completely
|
||||
x-requires-administrator: true
|
||||
parameters:
|
||||
- $ref: "#/components/parameters/MessageId"
|
||||
|
|
Loading…
Reference in New Issue