mirror of
https://github.com/usetrmnl/terminus.git
synced 2026-08-13 14:29:27 -07:00
Added screen design and extension popovers
Necesssary to explain how these links work but only if a screen is associated with one of them. Will be used to update the show view documentation. Milestone: minor
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
<%= render "screens/shared/popovers/design" %>
|
||||
<%= render "screens/shared/popovers/extension" %>
|
||||
<%= render "screens/shared/popovers/image" %>
|
||||
<%= render "screens/shared/popovers/model" %>
|
||||
<%= render "screens/shared/popovers/name" %>
|
||||
<%= render "screens/shared/popovers/image" %>
|
||||
|
||||
@@ -0,0 +1,3 @@
|
||||
<%= scope(:popover_default_content, name: :design, label: "Design").render do %>
|
||||
<p>Provides quick access to the associated design but only if the screen was created by a design.</p>
|
||||
<% end %>
|
||||
@@ -0,0 +1,3 @@
|
||||
<%= scope(:popover_default_content, name: :extension, label: "Extension").render do %>
|
||||
<p>Provides quick access to the associated extension but only if the screen was created by an extension.</p>
|
||||
<% end %>
|
||||
Reference in New Issue
Block a user