OSDN Git Service

Css classes improved
authorAndrew8xx8 <avk@8xx8.ru>
Thu, 28 Feb 2013 14:35:27 +0000 (18:35 +0400)
committerAndrew8xx8 <avk@8xx8.ru>
Thu, 28 Feb 2013 14:35:27 +0000 (18:35 +0400)
app/views/admin/groups/edit.html.haml
app/views/admin/groups/new.html.haml
app/views/groups/edit.html.haml
app/views/groups/new.html.haml

index f34ed83..bb1398f 100644 (file)
@@ -10,7 +10,7 @@
     .input
       = f.text_field :name, placeholder: "Example Group", class: "xxlarge"
 
-  .clearfix.group_description_holder
+  .clearfix.group-description-holder
     = f.label :description, "Details"
     .input
       = f.text_area :description, maxlength: 250, class: "xxlarge js-gfm-input", rows: 4
index 29bbcc5..3fa63e1 100644 (file)
@@ -9,7 +9,7 @@
       Group name is
     .input
       = f.text_field :name, placeholder: "Ex. OpenSource", class: "xxlarge left"
-  .clearfix.group_description_holder
+  .clearfix.group-description-holder
     = f.label :description, "Details"
     .input
       = f.text_area :description, maxlength: 250, class: "xxlarge js-gfm-input", rows: 4
index 828a9b4..bf16b70 100644 (file)
@@ -10,7 +10,7 @@
     .input
       = f.text_field :name, placeholder: "Ex. OpenSource", class: "xxlarge left"
 
-  .clearfix.group_description_holder
+  .clearfix.group-description-holder
     = f.label :description, "Details"
     .input
       = f.text_area :description, maxlength: 250, class: "xxlarge js-gfm-input", rows: 4
index 9308e9a..2104db8 100644 (file)
@@ -10,7 +10,7 @@
     .input
       = f.text_field :name, placeholder: "Ex. OpenSource", class: "xxlarge left"
 
-  .clearfix.group_description_holder
+  .clearfix.group-description-holder
     = f.label :description, "Details"
     .input
       = f.text_area :description, maxlength: 250, class: "xxlarge js-gfm-input", rows: 4