Guest User

Untitled

a guest
Dec 12th, 2018
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.41 KB | None | 0 0
  1. = javascript_include_tag "applicant/applicant"
  2. = stylesheet_link_tag "applicant"
  3.  
  4. %header.container.ten.columns.centered
  5. .row
  6. .four.columns#logo
  7. - @organization.logo? ? logo = @organization.logo.url : logo = "cvive_logo.png"
  8. = image_tag logo
  9. .four.columns#job_name
  10. %h2 Sollicitatie voor #{@job.title}
  11. .row
  12. #navbar
  13. #user_info.three.columns
  14.  
  15. .container
  16. .row.ten.columns.centered
  17. #container Loading...
Add Comment
Please, Sign In to add comment