Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
YStrano
GitHub Repository: YStrano/DataScience_GA
Path: blob/master/april_18/templates/example-lesson/solution-code/views/artists/show.erb
1907 views
<h2><%= @artist.name %></h2>
<h3><%= @artist.nationality %></h3>
<h3><%= @artist.instrument %></h3>
<h3><%= @artist.home_address %></h3>
<img src="<%= @artist.photo_url %>">