app/views/lookbook/workbench/_inspector.html.erb in lookbook-0.3.1 vs app/views/lookbook/workbench/_inspector.html.erb in lookbook-0.3.2
- old
+ new
@@ -19,14 +19,14 @@
</div>
<div class="flex-auto overflow-auto bg-gray-50">
<% panes.each do |key, props| %>
<div class="flex flex-col h-full relative" x-show="active('<%= key %>')" x-cloak>
<% if props[:clipboard].present? %>
- <%= render "./shared/clipboard" do %><%= h props[:clipboard].strip %><% end %>
+ <%= render "shared/clipboard" do %><%= h props[:clipboard].strip %><% end %>
<% end %>
<div class="flex flex-col h-full overflow-auto">
- <%= render "./workbench/inspector/#{props[:template]}", key: key, **props %>
+ <%= render "workbench/inspector/#{props[:template]}", key: key, **props %>
</div>
</div>
<% end %>
</div>
-</div>
\ No newline at end of file
+</div>