Replace best_in_place editor on admin settings page (#2789)
* Remove best_in_place * Replace best_in_place usage with rails helpers * Move admin/settings#index to #edit action * Remove click_to__edit from i18n
This commit is contained in:
committed by
Eugen Rochko
parent
91ddd345f2
commit
2bd132d458
@ -9,6 +9,12 @@ code {
|
||||
margin: 0 auto;
|
||||
}
|
||||
|
||||
.admin {
|
||||
input, textarea {
|
||||
width: 100%;
|
||||
}
|
||||
}
|
||||
|
||||
.simple_form {
|
||||
.input {
|
||||
margin-bottom: 15px;
|
||||
|
Reference in New Issue
Block a user