Guest User

Untitled

a guest
Feb 20th, 2018
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.55 KB | None | 0 0
  1. Just a test for now...
  2.  
  3. This is in application.rhtml
  4.  
  5. <%= "<div class=\"" + @the_pages[0][2] + "\" >
  6. <b class=\"scs\">
  7. <b class=\"scs1\"><b></b></b>
  8. <b class=\"scs2\"><b></b></b>
  9. <b class=\"scs3\"></b>
  10. <b class=\"scs4\"></b>
  11. <b class=\"scs5\"></b>
  12. </b> <div class=\"tabContent selected\">
  13. <a href=\"/welcome\">Welcome</a>
  14. </div>
  15. </div>"
  16. %>
  17.  
  18.  
  19. This is application.rb
  20.  
  21. class ApplicationController < ActionController::Base
  22.  
  23. @the_pages = [ [ "Welcome", "/welcome", "ltab" ]]
  24.  
  25. end
Add Comment
Please, Sign In to add comment