Skip to content

Commit d8f3f61

Browse files
committed
Bump to version 0.2.6
1 parent a04195f commit d8f3f61

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44
A theme for Active Admin based on Materialize framework.
55

66
## Installation
7+
Turbolinks is not supported at the moment.
8+
79
- Add to the Gemfile: `gem 'activeadmin_materialize_theme'` (and execute `bundle`)
810
- In _app/assets/stylesheets/active_admin.scss_) leave only this import line:
911
```scss
@@ -26,9 +28,9 @@ Edit page (with a nested form):
2628
![edit_page](extra/screenshot2.png)
2729

2830
## 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.
31+
If you use this component just star it. A developer is more motivated to improve a project when there is some interest. My other [Active Admin components](https://github.com/blocknotes?utf8=✓&tab=repositories&q=activeadmin&type=source).
3032

31-
Take a look at [other Active Admin components](https://github.com/blocknotes?utf8=✓&tab=repositories&q=activeadmin&type=source) if you are curious.
33+
Or consider offering me a coffee, it's a small thing but it is greatly appreciated: [about me](https://www.blocknot.es/about-me).
3234

3335
## Contributors
3436
- [Mattia Roccoberton](http://blocknot.es): author
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
module ActiveadminMaterializeTheme
4-
VERSION = '0.2.4'
4+
VERSION = '0.2.6'
55
end

0 commit comments

Comments
 (0)