diff --git a/resources/views/conversation/partials/view-conversation-modal.blade.php b/resources/views/conversation/partials/view-conversation-modal.blade.php index 97b7b9916..1d765c7d5 100644 --- a/resources/views/conversation/partials/view-conversation-modal.blade.php +++ b/resources/views/conversation/partials/view-conversation-modal.blade.php @@ -333,11 +333,11 @@
-

We have reviewed progress of goals and adjusted as necessary.

+

We have reviewed goals and adjusted as necessary.

Yes

No


-

Performance expectations have been clearly communicated.

+

Performance expectations are clear.

Yes

No


@@ -367,11 +367,11 @@
-

We have reviewed progress of goals and adjusted as necessary.

+

We have reviewed goals and adjusted as necessary.

Yes

No


-

Performance expectations have been clearly communicated.

+

Performance expectations are clear.

Yes

No


diff --git a/resources/views/conversation/past.blade.php b/resources/views/conversation/past.blade.php index c6f47807e..041af5064 100644 --- a/resources/views/conversation/past.blade.php +++ b/resources/views/conversation/past.blade.php @@ -85,12 +85,12 @@ @@ -167,12 +167,12 @@ @@ -383,6 +383,8 @@ $(".complete-border").addClass('border-primary'); + + $('#collapse_ins').collapse('show'); }); diff --git a/resources/views/conversation/templates.blade.php b/resources/views/conversation/templates.blade.php index 6af41f701..a785f4f12 100644 --- a/resources/views/conversation/templates.blade.php +++ b/resources/views/conversation/templates.blade.php @@ -40,9 +40,10 @@

- Review the information below to determine which template best suits your needs. You can find additional info in the User Guide to see example scenarios and questions for each topic.

+ Review the information below to determine which template best suits your needs. If you need more details, you can find example scenarios and sample questions for each template on the Performance Conversations resource page. +

- Once you've selected a template for use, select the participant and hit "Start Conversation" to alert participants you want to meet. Conversations will still need to be scheduled independently in your outlook calendar. + Once you've decided on a template for use, select the participant from the dropdown list and hit "Start Conversation" to alert participants you want to meet. Conversations will still need to be scheduled independently in your outlook calendar.

@@ -209,6 +210,7 @@
diff --git a/resources/views/conversation/upcoming.blade.php b/resources/views/conversation/upcoming.blade.php index ed0cab0a6..da53f2325 100644 --- a/resources/views/conversation/upcoming.blade.php +++ b/resources/views/conversation/upcoming.blade.php @@ -81,12 +81,12 @@ @@ -172,12 +172,12 @@ @@ -407,6 +407,8 @@ supervisor_table.column(2).visible(false); $(".upcoming-border").addClass('border-primary'); + + $('#collapse_ins').collapse('show'); });