Untitled

From Buff Monkey, 12 Years ago, written in Plain Text, viewed 2 times.
URL https://paste.blessuren.de/view/2d3f4b07 Embed
Download Paste or View Raw
  1. <div class="user-content" id="user-content-followers">
  2.   <h2>Followers</h2>
  3.   <div class="span9">
  4.     <%= partial("people-stream", {people: followers}) %>
  5.           <% if (page.nologin) { %>
  6.           <% } else if (principalUser) { %>
  7.           <button type="submit" id="followall" class="btn btn-primary">Follow 'em all!</button>
  8.           <% } else if (principal) { %>
  9.           <button type="submit" id="followall" class="btn btn-primary">Follow 'em all!</button>
  10.           <% } else { %>
  11.           <% } %>
  12.   </div>
  13. </div>

Reply to "Untitled"

Here you can reply to the paste above