Skip to content

Instantly share code, notes, and snippets.

@vinbarnes
Created August 27, 2008 21:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save vinbarnes/7582 to your computer and use it in GitHub Desktop.
Save vinbarnes/7582 to your computer and use it in GitHub Desktop.
<%= render :partial => 'license', :collection => @medical_provider.provider_licenses %>
# _license.html.erb
<li><%= license.license_name %><br />
<small><%= license.license_number %></small><br />
<%= license.locality %>, <%= license.state_or_province %><br />
Expires: <%= license.expiration_date %>
</li>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment