Page MenuHomec4science

index.html.erb
No OneTemporary

File Metadata

Created
Sun, May 12, 11:05

index.html.erb

<div class="container-fluid">
<div class="main-container">
<div class="index", id="indexPartial">
<%# if session[:which] == "all" %>
<%# render partial: '/admins/index' %>
<%# else %>
<%= render partial: '/jobs/index' %>
<%# end %>
</div>
</div>
<script>
notice = '<%= notice %>'
$(document).ready(function() {
if (notice != '') {
alert(notice)
}
});
setInterval(function(){
$("#refreshIndex").click();
},5000);
</script>

Event Timeline