Welcome to mirror list, hosted at ThFree Co, Russian Federation.

details.html.haml « error_tracking « projects « views « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 4a14e34cbf1abfaad2f06c490f886699071926b1 (plain)
1
2
3
4
5
- page_title _('Error Details')
- add_to_breadcrumbs 'Errors', project_error_tracking_index_path(@project)
- add_page_specific_style 'page_bundles/error_tracking_details'

#js-error_details{ data: error_details_data(@project, @issue_id) }