-
+
{{pullRequest.title}}
@@ -17,6 +17,8 @@
{{pullRequest.createdDate | date}}
+ {{pullRequest.fromRef.repository.name}}
+
{{pullRequest.toRef.displayId}}
diff --git a/src/app/components/pull-request-view/pull-request.component.scss b/src/app/components/pull-request-view/pull-request.component.scss
index 5d884f6..29e75fa 100644
--- a/src/app/components/pull-request-view/pull-request.component.scss
+++ b/src/app/components/pull-request-view/pull-request.component.scss
@@ -1,5 +1,13 @@
@import "src/variables";
+.url {
+ cursor: pointer;
+
+ &:hover {
+ text-decoration: underline;
+ }
+}
+
.container {
padding: $pr-control-distance 3px;
border-top: 1px solid $border-color;
@@ -28,7 +36,6 @@
white-space: nowrap;
margin-bottom: $pr-control-distance;
overflow-x: hidden;
- cursor: pointer;
.user {
margin-right: 5px;
diff --git a/src/app/components/snooze-notification/snooze-notification.component.html b/src/app/components/snooze-notification/snooze-notification.component.html
index 5a4c72e..18dbdee 100644
--- a/src/app/components/snooze-notification/snooze-notification.component.html
+++ b/src/app/components/snooze-notification/snooze-notification.component.html
@@ -2,6 +2,6 @@
data-id="{{id}}"
class="content icon icon-alarm"
[class.snoozed]="snoozed"
- [title]="(snoozed ? 'un-snooze' : 'snooze') + ' notifications'"
+ [title]="(snoozed ? 'enable' : 'snooze') + ' notifications'"
(click)="onSnoozeToggle()">