Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
H
hub
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Analyze
Contributor analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
hub
hub
Merge requests
!1073
Persönliche Nachrichten überarbeiten
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Persönliche Nachrichten überarbeiten
feature/messages
into
develop
Overview
4
Commits
4
Pipelines
0
Changes
2
Merged
Roang
requested to merge
feature/messages
into
develop
4 months ago
Overview
4
Commits
4
Pipelines
0
Changes
2
Expand
Update message templates
Add a render of the original message to the reply form
Einheitliche Pill-Navigation
Noch net so 100 % perfekt, aber besser als vorher
Was
Screenshot
UI Liste, groß
UI Liste, klein
Antwort/Verfassen
Edited
4 months ago
by
weeman
0
0
Merge request reports
Viewing commit
390fa258
Show latest version
2 files
+
19
−
1
Side-by-side
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
2
Search (e.g. *.vue) (Ctrl+P)
390fa258
Add render of original message to reply form
· 390fa258
Roang
authored
4 months ago
src/plainui/jinja2/plainui/personal_message_send.html.j2
+
10
−
1
Options
{% import "plainui/components/form_elements.html.j2" as form_elements %}
{% import "plainui/components/form_elements.html.j2" as form_elements %}
{% import "plainui/components/nav.html.j2" as navMacro with context %}
{% import "plainui/components/nav.html.j2" as navMacro with context %}
{% from "plainui/components/markdown.html.j2" import markdown %}
{% extends "plainui/base.html.j2" %}
{% extends "plainui/base.html.j2" %}
@@ -42,6 +43,14 @@
@@ -42,6 +43,14 @@
</div>
</div>
</div>
</div>
</form>
</form>
{% if in_reply_to %}
<hr class="hub-spacer">
<div class="p-0 m-0">
<div class="hub-card">
<h2 class="hub-head-main">{{ in_reply_to.subject }}</h2>
<div class="card-body">{{ markdown(in_reply_to_body, border=False) }}</div>
</div>
</div>
{% endif %}
<hr class="hub-spacer">
<hr class="hub-spacer">
{% endblock content %}
{% endblock content %}
Loading