Created
August 29, 2012 22:28
-
-
Save davidpelaez/3519715 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
= javascript_include_tag "applicant/applicant" | |
= stylesheet_link_tag "applicant" | |
%header.container.ten.columns.centered | |
.row | |
.four.columns#logo | |
- @organization.logo? ? logo = @organization.logo.url : logo = "cvive_logo.png" | |
= image_tag logo | |
.four.columns#job_name | |
%h2 Sollicitatie voor #{@job.title} | |
.row | |
#navbar | |
#user_info.three.columns | |
.container | |
.row.ten.columns.centered | |
#container Loading... |
Author
davidpelaez
commented
Aug 29, 2012
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment