friendica/view/templates/tables.tpl

11 lines
244 B
Smarty
Raw Normal View History

Database Tables
===============
* [Home](help)
| Table | Description |
|-------|-------------|
{{foreach $tables as $table}}
2021-06-14 14:38:42 +02:00
| [{{$table.name nofilter}}](help/database/db_{{$table.name nofilter}}) | {{$table.comment nofilter}} |
{{/foreach}}