Commit 0a0d2ecf authored by Cyril's avatar Cyril

fix exemple js data in help/web_hook

parent b6568db1
<% data_ex_str = <<eos <% data_ex_str = <<eos
{ {
:before => "95790bf891e76fee5e1747ab589903a6a1f80f22", "before": "95790bf891e76fee5e1747ab589903a6a1f80f22",
:after => "da1560886d4f094c3e6c9ef40349f7d38b5d27d7", "after": "da1560886d4f094c3e6c9ef40349f7d38b5d27d7",
:ref => "refs/heads/master", "ref": "refs/heads/master",
:user_id => 4, "user_id": 4,
:user_name => "John Smith", "user_name": "John Smith",
:repository => { "repository": {
:name => "Diaspora", "name": "Diaspora",
:url => "git@localhost:diaspora.git", "url": "git@localhost:diaspora.git",
:description => "", "description": "",
:homepage => "http://localhost/diaspora", "homepage": "http://localhost/diaspora",
}, },
:commits => [ "commits": [
[0] { {
:id => "450d0de7532f8b663b9c5cce183b...", "id": "b6568db1bc1dcd7f8b4d5a946b0b91f9dacd7327",
:message => "Update Catalan translation to e38cb41.", "message": "Update Catalan translation to e38cb41.",
:timestamp => "2011-12-12T14:27:31+02:00", "timestamp": "2011-12-12T14:27:31+02:00",
:url => "http://localhost/diaspora/commits/450d0de7532f...", "url": "http://localhost/diaspora/commits/b6568db1bc1dcd7f8b4d5a946b0b91f9dacd7327",
:author => { "author": {
:name => "Jordi Mallach", "name": "Jordi Mallach",
:email => "jordi@softcatala.org" "email": "jordi@softcatala.org",
} }
}, },
// ...
.... {
"id": "da1560886d4f094c3e6c9ef40349f7d38b5d27d7",
[3] { "message": "fixed readme",
:id => "da1560886d4f094c3e6c9ef40349...", "timestamp": "2012-01-03T23:36:29+02:00",
:message => "fixed readme", "url": "http://localhost/diaspora/commits/da1560886d4f094c3e6c9ef40349f7d38b5d27d7",
:timestamp => "2012-01-03T23:36:29+02:00", "author": {
:url => "http://localhost/diaspora/commits/da1560886d...", "name": "GitLab dev user",
:author => { "email": "gitlabdev@dv6700.(none)",
:name => "GitLab dev user", },
:email => "gitlabdev@dv6700.(none)" },
}
}
], ],
total_commits_count => 4 "total_commits_count": 4,
} };
eos eos
%> %>
<% js_lexer = Pygments::Lexer[:js] %> <div class="white">
<%= raw js_lexer.highlight(data_ex_str) %> <%= raw Pygments::Lexer[:js].highlight(data_ex_str) %>
</div>
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment