Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F14034401
D15131.id36533.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
753 B
Referenced Files
None
Subscribers
None
D15131.id36533.diff
View Options
diff --git a/src/applications/diffusion/controller/DiffusionBrowseController.php b/src/applications/diffusion/controller/DiffusionBrowseController.php
--- a/src/applications/diffusion/controller/DiffusionBrowseController.php
+++ b/src/applications/diffusion/controller/DiffusionBrowseController.php
@@ -1080,10 +1080,10 @@
$revision_link = null;
$commit_link = null;
$before_link = null;
- $style = null;
- if ($identifier && !$line['duplicate']) {
- $style = 'background: '.$line['color'].';';
+ $style = 'background: '.$line['color'].';';
+
+ if ($identifier && !$line['duplicate']) {
if (isset($commit_links[$identifier])) {
$commit_link = $commit_links[$identifier];
}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Mon, Nov 11, 12:00 AM (1 w, 1 d ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
6716709
Default Alt Text
D15131.id36533.diff (753 B)
Attached To
Mode
D15131: Show blame colors on all lines, instead of only the first affected line
Attached
Detach File
Event Timeline
Log In to Comment