diff options
author | francis <francis> | 2008-02-29 13:39:46 +0000 |
---|---|---|
committer | francis <francis> | 2008-02-29 13:39:46 +0000 |
commit | a84e97656752dafa2750abcab5d55eb3fbd691ea (patch) | |
tree | 6c2eab5c40b285e6abaf4cc5943aaf6feca7a0ac | |
parent | 6f154a34cf85cdf086c68e0a536c62a26b2e2fa9 (diff) |
Need a bit more room for tag editing
-rw-r--r-- | app/views/admin_public_body/_form.rhtml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/admin_public_body/_form.rhtml b/app/views/admin_public_body/_form.rhtml index 68cbed624..214aba7dd 100644 --- a/app/views/admin_public_body/_form.rhtml +++ b/app/views/admin_public_body/_form.rhtml @@ -6,7 +6,7 @@ <p><label for="public_body_short_name">Short name (also used to make URL, leave blank for same as name. Don't worry about breaking URLs through renaming, as the history is used to redirect)</label><br/> <%= text_field 'public_body', 'short_name', :size => 60 %></p> <p><label for="public_body_tag_string">Tags</label><br/> -<%= text_field 'public_body', 'tag_string', :size => 40 %></p> +<%= text_field 'public_body', 'tag_string', :size => 80 %></p> <p><label for="public_body_request_email">Request email</label><br/> |