Created
June 25, 2012 19:12
-
-
Save iHiD/2990613 to your computer and use it in GitHub Desktop.
Security Article Part 3 - 7
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
.bio= @user.bio | |
.university | |
.field University | |
.value= @user.university | |
.university_year | |
.field Year | |
.value= @user.university_year | |
-if current_user.is_admin? | |
%h3 Admin Information: | |
.field Email | |
.value= @user.email | |
/... |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment