+
+
<%= _('Choose which attributes should be displayed:') %>
+
+ - <%= _('Title: ')%> <%= check_box_tag "block[chosen_attributes][]", 'title', @block.display_attribute?('title') %>
+ - <%= _('Abstract: ')%> <%= check_box_tag "block[chosen_attributes][]", 'abstract', @block.display_attribute?('abstract') %>
+ - <%= _('Body: ')%> <%= check_box_tag "block[chosen_attributes][]", 'body', @block.display_attribute?('body') %>
+
+
+
<%= _('Choose which content should be displayed:') %>
@@ -22,3 +32,4 @@ jQuery_1_8_3("#display_content").jstree({
});
+
--
libgit2 0.21.2