Skip to content

Commit 404a7da

Browse files
committed
v0.2.0
1 parent 236fe2a commit 404a7da

File tree

4 files changed

+7
-3
lines changed

4 files changed

+7
-3
lines changed

README.md

+6-2
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,12 @@ A theme for Active Admin based on Materialize framework.
1818
//= require activeadmin_materialize_theme
1919
```
2020

21-
## Screenshot
22-
![form](extra/screenshot.png)
21+
## Screenshots
22+
Index page (with scopes and filters):
23+
![index_page](extra/screenshot.png)
24+
25+
Edit page (with a nested form):
26+
![edit_page](extra/screenshot2.png)
2327

2428
## Do you like it? Star it!
2529
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
Loading

extra/screenshot2.png

58.1 KB
Loading
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
module ActiveadminMaterializeTheme
4-
VERSION = '0.1.4'
4+
VERSION = '0.2.0'
55
end

0 commit comments

Comments
 (0)