Guest User

Untitled

a guest
Sep 24th, 2018
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.58 KB | None | 0 0
  1. <div class="content_wrap">
  2. <br/>
  3. <% if http.user -%>
  4.  
  5. <%= yield %>
  6.  
  7. <% else -%>
  8.  
  9. <div class="inline">
  10. <h4 class="alert alert-info">
  11. New Members - Select a Plan and create a new Account
  12. </h4>
  13. <%= http.get(Ctrl::Store) { view.render_partial } %>
  14. </div>
  15. <div class="inline pull-right">
  16. <h4 class="alert alert-info">
  17. Returning Members
  18. </h4>
  19. <%= http.auth_form %>
  20. </div>
  21.  
  22. <% end -%>
  23. </div>
Add Comment
Please, Sign In to add comment