Improve admin logs

This commit is contained in:
Dmitriy Zaporozhets 2012-11-29 07:49:11 +03:00
parent eb1004f789
commit ff9a2e2a93
4 changed files with 16 additions and 8 deletions

View file

@ -7,13 +7,6 @@
Group name is
.input
= f.text_field :name, placeholder: "Example Group", class: "xxlarge"
.clearfix
= f.label :path do
URL
.input
.input-prepend
%span.add-on= web_app_url + 'groups/'
= f.text_field :path, placeholder: "example"
.form-actions
= f.submit 'Save group', class: "btn save-btn"