Commit 873bd3ad authored by David Pursehouse's avatar David Pursehouse

Capitalise "Awesome" in placeholder text

parent 20ea670e
...@@ -21,7 +21,7 @@ ...@@ -21,7 +21,7 @@
Project description Project description
%span.light (optional) %span.light (optional)
.controls .controls
= f.text_area :description, placeholder: "awesome project", class: "span5", rows: 3, maxlength: 250 = f.text_area :description, placeholder: "Awesome project", class: "span5", rows: 3, maxlength: 250
- if @project.repository.exists? && @project.repository.branch_names.any? - if @project.repository.exists? && @project.repository.branch_names.any?
.control-group .control-group
......
...@@ -46,7 +46,7 @@ ...@@ -46,7 +46,7 @@
Description Description
%span.light (optional) %span.light (optional)
.controls .controls
= f.text_area :description, placeholder: "awesome project", class: "input-xlarge", rows: 3, maxlength: 250, tabindex: 3 = f.text_area :description, placeholder: "Awesome project", class: "input-xlarge", rows: 3, maxlength: 250, tabindex: 3
.control-group.project-public-holder .control-group.project-public-holder
= f.label :public do = f.label :public do
%span Public project %span Public project
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment