Skip to content

Commit

Permalink
view.html: improvement
Browse files Browse the repository at this point in the history
  • Loading branch information
autumoswitzerland committed Mar 27, 2023
1 parent 8e0ea08 commit 43325e2
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion gen/html/view.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
</nav>

<div class="##entitynameplural## view large-10 medium-8 columns content">
<h3>##Entityname## '{$dbid}'</h3>
<h3>##Entityname## &#171;{$dbid}&#187;</h3>
<div class="table-responsive">
<table>{$data}
</table>
Expand Down
2 changes: 1 addition & 1 deletion web/html/de/properties/view.html
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
</nav>

<div class="properties view large-10 medium-8 columns content">
<h3>Setting '{$propName}'</h3>
<h3>Setting &#171;{$propName}&#187;</h3>
<div class="table-responsive">
<table>{$data}
</table>
Expand Down
2 changes: 1 addition & 1 deletion web/html/de/tasks/view.html
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
</nav>

<div class="tasks view large-10 medium-8 columns content">
<h3>Task '{$taskName}'</h3>
<h3>Task &#171;{$taskName}&#187;</h3>
<div class="table-responsive">
<table>{$data}
</table>
Expand Down
2 changes: 1 addition & 1 deletion web/html/de/users/view.html
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
</nav>

<div class="users view large-10 medium-8 columns content">
<h3>User '{$userName}'</h3>
<h3>User &#171;{$userName}&#187;</h3>
<div class="table-responsive">
<table>{$data}
</table>
Expand Down
2 changes: 1 addition & 1 deletion web/html/en/properties/view.html
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
</nav>

<div class="properties view large-10 medium-8 columns content">
<h3>Setting '{$propName}'</h3>
<h3>Setting &#171;{$propName}&#187;</h3>
<div class="table-responsive">
<table>{$data}
</table>
Expand Down
2 changes: 1 addition & 1 deletion web/html/en/tasks/view.html
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
</nav>

<div class="tasks view large-10 medium-8 columns content">
<h3>Task '{$taskName}'</h3>
<h3>Task &#171;{$taskName}&#187;</h3>
<div class="table-responsive">
<table>{$data}
</table>
Expand Down
2 changes: 1 addition & 1 deletion web/html/en/users/view.html
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
</nav>

<div class="users view large-10 medium-8 columns content">
<h3>User '{$userName}'</h3>
<h3>User &#171;{$userName}&#187;</h3>
<div class="table-responsive">
<table>{$data}
</table>
Expand Down

0 comments on commit 43325e2

Please sign in to comment.