diff --git a/apps/block_scout_web/lib/block_scout_web/templates/api_docs/_action_tile.html.eex b/apps/block_scout_web/lib/block_scout_web/templates/api_docs/_action_tile.html.eex index 485c45e354..d401c4a293 100644 --- a/apps/block_scout_web/lib/block_scout_web/templates/api_docs/_action_tile.html.eex +++ b/apps/block_scout_web/lib/block_scout_web/templates/api_docs/_action_tile.html.eex @@ -26,8 +26,8 @@
-
<%= gettext "Name" %>
-
<%= gettext "Description" %>
+
<%= gettext "Name" %>
+
<%= gettext "Description" %>
@@ -93,8 +93,8 @@
-
- +
+
@@ -116,13 +116,13 @@
<%= gettext "Server Response" %>
-
<%= gettext "Code" %>
-
<%= gettext "Details" %>
+
<%= gettext "Code" %>
+
<%= gettext "Details" %>
-
"> +
">
-
+
<%= gettext "Response Body" %>
" class="m-2">
@@ -138,15 +138,15 @@

<%= gettext "Responses" %>

-
<%= gettext "Code" %>
-
<%= gettext "Description" %>
+
<%= gettext "Code" %>
+
<%= gettext "Description" %>
<%= for {response, index} <- Enum.with_index(@action.responses) do %>
-
+
<%= response.code %>
-
+
<%= response.description %>