Sha256: 2d0b232b282d0025f2d18b1b7007df2768e6513039b999c2dff37672595d2966

Contents?: true

Size: 295 Bytes

Versions: 15

Compression:

Stored size: 295 Bytes

Contents

<% value_class = file_container_option.class.to_s -%>
<% value = file_container_option.id -%>
<% selected_txt = selected == "#{value_class}_#{value}" ? ' selected="selected" ' : '' %>
<option value="<%= value_class -%>_<%= value -%>"<%= selected_txt %>><%= file_container_option.name %></option>

Version data entries

15 entries across 15 versions & 1 rubygems

Version Path
file_share-0.1.16 app/views/file_attachments/_file_container_option.html.erb
file_share-0.1.15 app/views/file_attachments/_file_container_option.html.erb
file_share-0.1.13 app/views/file_attachments/_file_container_option.html.erb
file_share-0.1.12 app/views/file_attachments/_file_container_option.html.erb
file_share-0.1.11 app/views/file_attachments/_file_container_option.html.erb
file_share-0.1.9 app/views/file_attachments/_file_container_option.html.erb
file_share-0.1.8 app/views/file_attachments/_file_container_option.html.erb
file_share-0.1.7 app/views/file_attachments/_file_container_option.html.erb
file_share-0.1.6 app/views/file_attachments/_file_container_option.html.erb
file_share-0.1.5 app/views/file_attachments/_file_container_option.html.erb
file_share-0.1.4 app/views/file_attachments/_file_container_option.html.erb
file_share-0.1.3 app/views/file_attachments/_file_container_option.html.erb
file_share-0.1.2 app/views/file_attachments/_file_container_option.html.erb
file_share-0.1.1 app/views/file_attachments/_file_container_option.html.erb
file_share-0.1.0 app/views/file_attachments/_file_container_option.html.erb