~segphault/gwibber/service-split

« back to all changes in this revision

Viewing changes to ui/templates/base.mako

  • Committer: Ryan Paul
  • Date: 2009-08-16 03:20:57 UTC
  • Revision ID: segphault@arstechnica.com-20090816032057-bvbohkf5bkptg3vu
Show partial stream by default and provide button for viewing more

Show diffs side-by-side

added added

removed removed

Lines of Context:
187
187
      % endif
188
188
    % endfor
189
189
  </div>
 
190
  % if count and count < total:
 
191
    <div class="viewmore">
 
192
      <p><a href="gwibber:/more">View More Messages</a></p>
 
193
    </div>
 
194
  % endif
190
195
</%def>