-
How do we override the views? I tried adding a `paper_trail_manager` folder to my `app/views/` and copying the templates over but it doesn't seem to work. 🤔
-
All videos show me that has 0 views.
Is it my bug or anyone else have?
-
-
Update html to be more responsive.
-
the view is a one really large file the way it's written,
how about separating the views into multiple files in order to improve code modularity,
also how about using the Jade
-
```
Views for managing the plugins and options instead of using the admin.
Breakdown by pluginpoint by app.
Maybe use databrowse to make things easier?
```
Original issue reported on code.google.c…
-
How do i go about Creating Custom Views for this tool? Love what it dose but would like to match the theme to my site? is there a generate command for this? documentation is very poor.
-
How can we change the standard views e.g. password expiration ?
-
### Pitch
When restoring the database from a `.sql` dump, the materialised views are not populated.
This can be checked with
```sql
select schemaname as schema_name,
matviewname as vi…
-