You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/Resources/views/Guide/list.html.twig
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -26,14 +26,14 @@
26
26
{% ifshortcodeTag.descriptionisdefined %}
27
27
{{ shortcodeTag.description }}
28
28
{% else %}
29
-
No description configured
29
+
No description available
30
30
{% endif %}
31
31
</td>
32
32
<td>
33
33
{% ifshortcodeTag.exampleisdefined %}
34
34
[{{ shortcodeTag.example }}]
35
35
{% else %}
36
-
No example configured
36
+
No example available
37
37
{% endif %}
38
38
</td>
39
39
</tr>
@@ -42,6 +42,6 @@
42
42
</table>
43
43
{% else %}
44
44
<p>No shortcodes configured.</p>
45
-
<p>See the <ahref="https://github.com/webfactory/WebfactoryShortcodeBundle/blob/master/README.md">README.md of the WebfactoryShortcodeBundle</a> to configure some.</p>
45
+
<p>See the <ahref="https://github.com/webfactory/WebfactoryShortcodeBundle/blob/master/README.md">WebfactoryShortcodeBundle README.md</a> on how to configure this documentation.</p>
0 commit comments