Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
blocks / app / views / admin / blocks / _panorama_fields.html.erb
Size: Mime:
<%= f.input :style %>

<% if f.object.class.respond_to?(:montage) %>
  <%# render 'montage/form',
             :f      => f,
             :title  => "Image",
             :method => :gallery %>
<% elsif f.object.respond_to?(:panorama) %>
  <%= f.input :panorama, as: :scrapbook %>
<% end %>