Guest User

Untitled

a guest
Jun 14th, 2018
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. <head>
  2. <!-- ... other head code here -->
  3. <%= yield :javascript_include_tags %>
  4. <%= render :partial => '/shared/olark_script' %>
  5. </head>
  6. <body>
  7. <!-- ... body code here -->
  8. <%= render :partial => '/shared/olark' %>
  9. </body>
Add Comment
Please, Sign In to add comment