Sha256: 28e62d1cb4a7cdfbb2d4b5636d42a2b91a8e8b96659d138f950cd8ec66b3d006

Contents?: true

Size: 667 Bytes

Versions: 18

Compression:

Stored size: 667 Bytes

Contents

<div id="welcome">
  <div class="header">
    <h1>
      Projects I Follow
      <%= avatar_for(current_user, size: 132) %>
    </h1>
  </div>
  
  <div id="timeline_body">
    <div class="timeline infinite-scroll">
      <p class="spinner"><i class="fa fa-spinner fa-spin fa-large"></i> Loading...</p>
      <%= render "activity/events" %>
    </div>
  </div>
  
</div>

<% content_for :javascripts do %>
<script type="text/javascript">
$(function() {
  new InfiniteScroll({
    load: function($timeline) {
      var time = $timeline.find('.timeline-event:last').attr('data-time');
      return $.get('/activity', {since: time});
    }
  });
});
</script>
<% end %>

Version data entries

18 entries across 18 versions & 1 rubygems

Version Path
houston-core-0.8.0.pre app/views/welcome/index.html.erb
houston-core-0.7.0 app/views/welcome/index.html.erb
houston-core-0.7.0.beta4 app/views/welcome/index.html.erb
houston-core-0.7.0.beta3 app/views/welcome/index.html.erb
houston-core-0.7.0.beta2 app/views/welcome/index.html.erb
houston-core-0.7.0.beta app/views/welcome/index.html.erb
houston-core-0.6.3 app/views/welcome/index.html.erb
houston-core-0.6.2 app/views/welcome/index.html.erb
houston-core-0.6.1 app/views/welcome/index.html.erb
houston-core-0.6.0 app/views/welcome/index.html.erb
houston-core-0.5.6 app/views/welcome/index.html.erb
houston-core-0.5.5 app/views/welcome/index.html.erb
houston-core-0.5.4 app/views/welcome/index.html.erb
houston-core-0.5.3 app/views/welcome/index.html.erb
houston-core-0.5.2 app/views/welcome/index.html.erb
houston-core-0.5.1 app/views/welcome/index.html.erb
houston-core-0.5.0 app/views/welcome/index.html.erb
houston-core-0.5.0.beta1 app/views/welcome/index.html.erb