cortex-reaver 0.2.6 → 0.2.7
Sign up to get free protection for your applications and to get access to all the features.
@@ -14,7 +14,7 @@
|
|
14
14
|
<%= form_p 'view.sections', :type => :textarea, :description => @config.view.schema[:sections][:desc], :default => @config.view.sections.map{ |p| p.join(' ') }.join("\n"), :p_class => 'medium' %>
|
15
15
|
|
16
16
|
<h3>Photographs</h3>
|
17
|
-
<%= form_p 'photographs.sizes', :type => :textarea, :description => @config.photographs.schema[:sizes][:desc], :default => @config.photographs.sizes.map { |
|
17
|
+
<%= form_p 'photographs.sizes', :type => :textarea, :description => @config.photographs.schema[:sizes][:desc], :default => @config.photographs.sizes.map { |k, v| "#{k} #{v}" }.join("\n"), :p_class => 'medium' %>
|
18
18
|
|
19
19
|
<input type="submit" value="Update Configuration" />
|
20
20
|
</form>
|