forked from hibernate/hibernate.org
-
Notifications
You must be signed in to change notification settings - Fork 0
/
404.html.haml
40 lines (33 loc) · 1.46 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
---
layout: project
title: Hibernate. Everything data.
inhibit_indexifier: true
---
:javascript
jQuery.ajax({
url: "https://hibernate.atlassian.net/s/d41d8cd98f00b204e9800998ecf8427e/en_US-ny35gm-1988229788/6206/19/1.4.1/_/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?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 : '10380'
}
};
.row-fluid
.span12
:markdown
# Oh snap!
> (Hand waving): This is not the page you are looking for!
Looks like you have found a broken link! Please report it mentioning which page you came from and which link you clicked on:
<a href="#" id="feedback-button" class='btn btn-primary feedback-button' style="float:center;">Report website error
<i class="icon-circle-arrow-right"/></a>
Otherwise, best is to hit the good old back button or start back at the [top of the site](/).
You can also fix the problem yourself by sending a pull request to this GitHub project: [github.com/hibernate/hibernate.org](https://github.com/hibernate/hibernate.org).