You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A sidebar menu (*priority* option permit to put the sidebar above the filters):
114
103
115
104
```rb
@@ -131,7 +120,6 @@ end
131
120

132
121
133
122
### Accordion
134
-
135
123
An accordion group in a form:
136
124
137
125
```rb
@@ -152,7 +140,6 @@ end
152
140
```
153
141
154
142
### Readonly field
155
-
156
143
Some readonly fields in a form:
157
144
158
145
`f.readonly :position`
@@ -164,7 +151,6 @@ Some readonly fields in a form:
164
151
`f.readonly nil, 'Value only, no label'`
165
152
166
153
### Styled table
167
-
168
154
Table styles:
169
155
170
156
```ruby
@@ -174,8 +160,7 @@ end
174
160
```
175
161
176
162
## Blaze widgets
177
-
178
-
See components avaible in Blaze CSS [docs](http://blazecss.com/components/buttons/).
163
+
See components available in Blaze CSS [docs](http://blazecss.com/components/buttons/).
179
164
180
165
Badge example:
181
166
@@ -197,8 +182,10 @@ div class: 'c-progress' do
197
182
end
198
183
```
199
184
200
-
## Screenshots
185
+
## Notes
186
+
- To use this plugins with Active Admin 1.x please use the version [0.5.12](https://github.com/blocknotes/activeadmin_blaze_theme/releases/tag/v0.5.12)
201
187
188
+
## Screenshots
202
189
Index:
203
190
204
191

@@ -212,15 +199,12 @@ Show - sidebar on the left:
212
199

213
200
214
201
## Do you like it? Star it!
215
-
216
202
If you use this component just star it. A developer is more motivated to improve a project when there is some interest.
217
203
218
204
Take a look at [other ActiveAdmin components](https://github.com/blocknotes?utf8=✓&tab=repositories&q=activeadmin&type=source) that I made if you are curious.
0 commit comments