-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #66 from dfe-analytical-services/add-dfeshiny
Add dfeshiny package
- Loading branch information
Showing
7 changed files
with
98 additions
and
114 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -37,52 +37,3 @@ a11y_panel <- function() { | |
) | ||
) | ||
} | ||
|
||
support_links <- function() { | ||
tabPanel( | ||
"Support and feedback", | ||
gov_main_layout( | ||
gov_row( | ||
column( | ||
width = 12, | ||
h1("Support and feedback"), | ||
h2("Give us feedback"), | ||
p( | ||
"This dashboard is a new service that we are developing. If you have any feedback or suggestions for improvements, please submit them using our ", | ||
a( | ||
href = "https://forms.office.com", | ||
"feedback form", .noWS = c("after") | ||
), "." | ||
), | ||
p( | ||
"If you spot any errors or bugs while using this dashboard, please screenshot and email them to ", | ||
a(href = "mailto:[email protected]", "[email protected]", .noWS = c("after")), "." | ||
), | ||
h2("Find more information on the data"), | ||
p( | ||
"The data used to produce the dashboard, along with methodological information can be found on ", | ||
a(href = "https://explore-education-statistics.service.gov.uk/", "Explore Education Statistics", .noWS = c("after")), | ||
"." | ||
), | ||
h2("Contact us"), | ||
p( | ||
"If you have questions about the dashboard or data within it, please contact us at ", | ||
a(href = "mailto:[email protected]", "[email protected]", .noWS = c("after")) | ||
), | ||
h2("See the source code"), | ||
p( | ||
"The source code for this dashboard is available in our ", | ||
a(href = "https://github.com/dfe-analytical-services/shiny-template", "GitHub repository", .noWS = c("after")), | ||
"." | ||
) | ||
), | ||
column( | ||
12, | ||
h2("Use of cookies"), | ||
textOutput("cookie_status"), | ||
actionButton("remove", "Reset cookie consent"), | ||
) | ||
) | ||
) | ||
) | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.