Sha256: 141fca82995ead8412b44c4b34d6b5c10fbdd17af5463f87224b48d8ff45cd4e

Contents?: true

Size: 386 Bytes

Versions: 4

Compression:

Stored size: 386 Bytes

Contents

        <tr>
          <th>Contributor</th>
          <td>
            <% @generic_file.contributor.each do |contributor| %>
			  <span itemprop="contributor" itemscope itemtype="http://schema.org/Thing">
                <span itemprop="name"><%= link_to_field('contributor', contributor) %></span>
			  </span>
              <br />
            <% end %>
          </td>
        </tr>

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
sufia-1.3.0 app/views/generic_files/show_fields/_contributor.html.erb
sufia-1.2.0 app/views/generic_files/show_fields/_contributor.html.erb
sufia-1.1.0 app/views/generic_files/show_fields/_contributor.html.erb
sufia-1.0.0 app/views/generic_files/show_fields/_contributor.html.erb