@@ -248,7 +248,7 module RepositoriesHelper | |||
|
248 | 248 | end |
|
249 | 249 | |
|
250 | 250 | def bazaar_field_tags(form, repository) |
|
251 |
content_tag('p', form.text_field(:url, :label => ' |
|
|
251 | content_tag('p', form.text_field(:url, :label => 'Path to repository', | |
|
252 | 252 | :size => 60, :required => true, |
|
253 | 253 | :disabled => (repository && !repository.new_record?))) + |
|
254 | 254 | content_tag('p', form.select( |
@@ -22,7 +22,7 class Repository::Bazaar < Repository | |||
|
22 | 22 | validates_presence_of :url, :log_encoding |
|
23 | 23 | |
|
24 | 24 | ATTRIBUTE_KEY_NAMES = { |
|
25 |
"url" => " |
|
|
25 | "url" => "Path to repository", | |
|
26 | 26 | } |
|
27 | 27 | def self.human_attribute_name(attribute_key_name) |
|
28 | 28 | ATTRIBUTE_KEY_NAMES[attribute_key_name] || super |
General Comments 0
You need to be logged in to leave comments.
Login now