Skip to content

Commit

Permalink
Merge pull request #5 from EaDesgin/feature/1951-remove-tags-on-layout
Browse files Browse the repository at this point in the history
#1951: fixed tag on layout
  • Loading branch information
eadesignro authored Jan 25, 2018
2 parents d3a20f4 + 19cdc01 commit 3d6e2e5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion view/adminhtml/layout/eacore_index_index.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
</head>
<body>
<referenceContainer name="content">
<block class="Magento\Framework\View\Element\Template" name="eacore_detail" template="Eadesigndev_Eacore::other/details.phtml" toHtml="true">
<block class="Magento\Framework\View\Element\Template" name="eacore_detail" template="Eadesigndev_Eacore::other/details.phtml">
<arguments>
<argument name="tab_label" xsi:type="string" translate="true">EaDesign</argument>
<argument name="sort_order" xsi:type="number">10</argument>
Expand Down
2 changes: 1 addition & 1 deletion view/adminhtml/templates/other/details.phtml
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,4 @@
<p class="iframe">
<iframe width="950" height="611" src="https://www.youtube.com/embed/wzaGJHOAgF8"
frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe>
</p>
</p>

0 comments on commit 3d6e2e5

Please sign in to comment.