Bump default gems
- administrate (0.10.0 → 0.11.0) - groupdate (4.0.1 → 4.0.2) - spreadsheet_architect (3.1.0 → 3.2.0) - webpacker (4.0.0.pre.pre.2 → 4.0.0.pre.3)
This commit is contained in:
parent
3786a718ff
commit
2ab38955b7
6 changed files with 15 additions and 15 deletions
|
@ -51,7 +51,7 @@ as well as a link to its edit page.
|
|||
</dt>
|
||||
|
||||
<dd class="attribute-data attribute-data--<%=attribute.html_class%>"
|
||||
><%= render_field attribute %></dd>
|
||||
><%= render_field attribute, page: page %></dd>
|
||||
<% end %>
|
||||
</dl>
|
||||
</section>
|
||||
|
|
|
@ -45,7 +45,7 @@ as well as a link to its edit page.
|
|||
</dt>
|
||||
|
||||
<dd class="attribute-data attribute-data--<%=attribute.html_class%>"
|
||||
><%= render_field attribute %></dd>
|
||||
><%= render_field attribute, page: page %></dd>
|
||||
<% end %>
|
||||
</dl>
|
||||
</section>
|
||||
|
|
|
@ -48,7 +48,7 @@ as well as a link to its edit page.
|
|||
</dt>
|
||||
|
||||
<dd class="attribute-data attribute-data--<%=attribute.html_class%>"
|
||||
><%= render_field attribute %></dd>
|
||||
><%= render_field attribute, page: page %></dd>
|
||||
<% end %>
|
||||
</dl>
|
||||
</section>
|
||||
|
|
|
@ -55,7 +55,7 @@ as well as a link to its edit page.
|
|||
</dt>
|
||||
|
||||
<dd class="attribute-data attribute-data--<%=attribute.html_class%>"
|
||||
><%= render_field attribute %></dd>
|
||||
><%= render_field attribute, page: page %></dd>
|
||||
<% end %>
|
||||
</dl>
|
||||
</section>
|
||||
|
|
|
@ -51,7 +51,7 @@ as well as a link to its edit page.
|
|||
</dt>
|
||||
|
||||
<dd class="attribute-data attribute-data--<%=attribute.html_class%>"
|
||||
><%= render_field attribute %></dd>
|
||||
><%= render_field attribute, page: page %></dd>
|
||||
<% end %>
|
||||
</dl>
|
||||
</section>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue