Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
K
KDE PIM Add-ons
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
PIM
KDE PIM Add-ons
Commits
917c5cb3
Commit
917c5cb3
authored
Jul 04, 2016
by
Laurent Montel
😁
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Allow to hide/show long list of emails
parent
0580c084
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
plugins/messageviewerheaderplugins/defaultgrantleeheaderstyleplugin/theme/5.2/header.html
...ns/defaultgrantleeheaderstyleplugin/theme/5.2/header.html
+2
-2
No files found.
plugins/messageviewerheaderplugins/defaultgrantleeheaderstyleplugin/theme/5.2/header.html
View file @
917c5cb3
...
...
@@ -48,12 +48,12 @@
</div>
<div
class=
"row"
>
<div
class=
"headerleft"
>
{{ header.toi18n }}
</div>
<div
class=
"headerright"
>
{{ header.to|safe }}
</div>
<div
class=
"headerright"
>
{{ header.to
Expandable
|safe }}
</div>
</div>
{% if header.cc %}
<div
class=
"row"
>
<div
class=
"headerleft"
>
{{ header.cci18n }}
</div>
<div
class=
"headerright"
>
{{ header.cc|safe }}
</div>
<div
class=
"headerright"
>
{{ header.cc
Expandable
|safe }}
</div>
</div>
{% endif %}
{% if header.bcc %}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment