Commit 873bd3ad2d7e9f1961bd365f1a33b60930cc7233

Authored by David Pursehouse
1 parent 20ea670e

Capitalise "Awesome" in placeholder text

app/views/projects/edit.html.haml
... ... @@ -21,7 +21,7 @@
21 21 Project description
22 22 %span.light (optional)
23 23 .controls
24   - = f.text_area :description, placeholder: "awesome project", class: "span5", rows: 3, maxlength: 250
  24 + = f.text_area :description, placeholder: "Awesome project", class: "span5", rows: 3, maxlength: 250
25 25  
26 26 - if @project.repository.exists? && @project.repository.branch_names.any?
27 27 .control-group
... ...
app/views/projects/new.html.haml
... ... @@ -46,7 +46,7 @@
46 46 Description
47 47 %span.light (optional)
48 48 .controls
49   - = f.text_area :description, placeholder: "awesome project", class: "input-xlarge", rows: 3, maxlength: 250, tabindex: 3
  49 + = f.text_area :description, placeholder: "Awesome project", class: "input-xlarge", rows: 3, maxlength: 250, tabindex: 3
50 50 .control-group.project-public-holder
51 51 = f.label :public do
52 52 %span Public project
... ...