Skip to content
This repository has been archived by the owner on Jan 24, 2024. It is now read-only.

Commit

Permalink
Merge pull request #39 from spiral-modules/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
wolfy-j authored Mar 9, 2017
2 parents 7131eef + 1323ad6 commit e8834ab
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 26 deletions.
23 changes: 0 additions & 23 deletions source/Vault/UserInterface.php

This file was deleted.

2 changes: 1 addition & 1 deletion source/views/elements/form.dark.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<dark:use bundle="vault:bundle"/>

<vault:block title="${title}" node:attributes="prefix:block">
<spiral:form action="${action}" node:attribute="exclude:block-*">
<spiral:form action="${action}" node:attributes="exclude:block-*">
${context}
</spiral:form>
</vault:block>
2 changes: 1 addition & 1 deletion source/views/elements/info.dark.php
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
<dl class="${class}" node:attribute>
<dl class="${class}" node:attributes>
${context}
</dl>
2 changes: 1 addition & 1 deletion source/views/elements/line.dark.php
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
<dt>${name}</dt>
<dd>${value}${context}</dd>
<dd node:attributes>${value}${context}</dd>

0 comments on commit e8834ab

Please sign in to comment.