Page Menu
Home
DevCentral
Search
Configure Global Search
Log In
Files
F10813804
index.erb
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
1 KB
Referenced Files
None
Subscribers
None
index.erb
View Options
<html>
<head>
<title>Tommy</title>
<meta http-equiv="refresh" content="30;url=/">
<link href='styles.css' rel='stylesheet' type='text/css' />
<script src='https://ajax.googleapis.com/ajax/libs/jquery/1.6.3/jquery.min.js' type='text/javascript'></script>
<script>
function show_stats(element){
$(element).find('.build_stats').toggle();
};
</script>
</head>
<body>
<div id="wrapper">
<%
@projects
.
in_groups_of
(
4
)
do
|
group
|
%>
<%
group
.
each_with_index
do
|
project
,
index
|
%>
<%
if
project
%>
<span class="project
<%=
css_for_project
(
project
)
%>
" onclick="show_stats(this);">
<p class="build_number"><a href="
<%=
project
.
last_build_url
%>
" target="_blank" title="View Build">#
<%=
project
.
last_build_number
%>
</a></p>
<ul class="build_stats" style="display:none;">
<li>
<%=
project
.
health_report
%>
</li>
</ul>
<p class="project_name">
<%=
project
.
name
%>
:: <em><a href="
<%=
project
.
last_build_url
%>
" target="_blank">build</a> · <a href="
<%=
project
.
last_complete_url
%>
" target="_blank">complete</a> · <a href="
<%=
project
.
last_failed_url
%>
" target="_blank">failed</a></em></p>
</span>
<%
else
%>
<span class="project inactive"></span>
<%
end
%>
<%
end
%>
<%
end
%>
</div>
</body>
</html>
File Metadata
Details
Attached
Mime Type
text/html
Expires
Tue, Jul 29, 14:19 (18 h, 31 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2838397
Default Alt Text
index.erb (1 KB)
Attached To
Mode
rTOMMY Tommy
Attached
Detach File
Event Timeline
Log In to Comment