Skip to content

Instantly share code, notes, and snippets.

@biagidp
Created March 5, 2014 16:26
Show Gist options
  • Save biagidp/9370616 to your computer and use it in GitHub Desktop.
Save biagidp/9370616 to your computer and use it in GitHub Desktop.
<<<<<<< HEAD
<% @faculty_assignment.supervisor_roles.each do |role| %>
<div>
<%= FacultyAssignment.human_attribute_name :assign_faculty %>:
<%= role.user.name rescue "N/A" %>
<% if (period = role.period).present? %>(<%= period %>)<% end %>
</div>
<% end %>
=======
<div>
<%= FacultyAssignment.human_attribute_name :assign_faculty %>:
<%= @faculty_assignment.supervisor_name %>
</div>
>>>>>>> 7d6bd809c450d0f32c0a36323041ccbff3c4fd49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment