-
Notifications
You must be signed in to change notification settings - Fork 27
/
404.html.haml
62 lines (55 loc) · 1.83 KB
/
404.html.haml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
---
layout: base
title: In relation to 404
inhibit_indexifier: true
---
:javascript
jQuery.ajax({
url: "https://hibernate.atlassian.net/s/c335bb188817089e85e1d54d73bed780-T/en_USeryavd/65007/27/1.4.25/_/download/batch/com.atlassian.jira.collector.plugin.jira-issue-collector-plugin:issuecollector-embededjs/com.atlassian.jira.collector.plugin.jira-issue-collector-plugin:issuecollector-embededjs.js?locale=en-US&collectorId=7d71341e",
type: "get",
cache: true,
dataType: "script"
});
window.ATL_JQ_PAGE_PROPS = {
"triggerFunction": function(showCollectorDialog) {
jQuery("#feedback-button").click(function(e) {
e.preventDefault();
showCollectorDialog();
});
},
fieldValues: {
components : '11031'
}
};
.jumbotron.small
.ui.container
%h1
%span In Relation To
%h2
%span 404
.ui.container.page-content
.content#content
.ui.two.column.centered.grid
.column
%h2 Oh snap!
.ui.floating.info.icon.message
%i.icon.hand.paper
.content
.header
(Hand waving): This is not the page you are looking for!
%p
Looks like you have found a broken link!
%p
Please report it mentioning which page you came from and which link you clicked on:
%p.text-center
%button.ui.right.label.button.primary#feedback-button
%i.icon.arrow.circle.up
Report website error
%p
Otherwise, best is to hit the good old back button or start back at the
%a(href="#top") top of the site
\.
%p
You can also fix the problem yourself by sending a pull request to this GitHub project:
%a(href="https://github.com/hibernate/in.relation.to") github.com/hibernate/in.relation.to
\.