Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
heptapod
heptapod
Commits
55d50851d772
Commit
873bd3ad
authored
Oct 18, 2013
by
David Pursehouse
Browse files
Capitalise "Awesome" in placeholder text
parent
50e07d3c042c
Changes
2
Hide whitespace changes
Inline
Side-by-side
app/views/projects/edit.html.haml
View file @
55d50851
...
...
@@ -21,7 +21,7 @@
Project description
%span
.light
(optional)
.controls
=
f
.
text_area
:description
,
placeholder:
"
a
wesome project"
,
class:
"span5"
,
rows:
3
,
maxlength:
250
=
f
.
text_area
:description
,
placeholder:
"
A
wesome project"
,
class:
"span5"
,
rows:
3
,
maxlength:
250
-
if
@project
.
repository
.
exists?
&&
@project
.
repository
.
branch_names
.
any?
.control-group
...
...
app/views/projects/new.html.haml
View file @
55d50851
...
...
@@ -46,7 +46,7 @@
Description
%span
.light
(optional)
.controls
=
f
.
text_area
:description
,
placeholder:
"
a
wesome project"
,
class:
"input-xlarge"
,
rows:
3
,
maxlength:
250
,
tabindex:
3
=
f
.
text_area
:description
,
placeholder:
"
A
wesome project"
,
class:
"input-xlarge"
,
rows:
3
,
maxlength:
250
,
tabindex:
3
.control-group.project-public-holder
=
f
.
label
:public
do
%span
Public project
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment