We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 236fe2a commit 404a7daCopy full SHA for 404a7da
README.md
@@ -18,8 +18,12 @@ A theme for Active Admin based on Materialize framework.
18
//= require activeadmin_materialize_theme
19
```
20
21
-## Screenshot
22
-
+## Screenshots
+Index page (with scopes and filters):
23
+
24
+
25
+Edit page (with a nested form):
26
+
27
28
## Do you like it? Star it!
29
If you use this component just star it. A developer is more motivated to improve a project when there is some interest.
extra/screenshot.png
88.5 KB
extra/screenshot2.png
58.1 KB
lib/activeadmin_materialize_theme/version.rb
@@ -1,5 +1,5 @@
1
# frozen_string_literal: true
2
3
module ActiveadminMaterializeTheme
4
- VERSION = '0.1.4'
+ VERSION = '0.2.0'
5
end
0 commit comments