From 7c795b8ed1911be7aadddc373580b733085152f4 Mon Sep 17 00:00:00 2001 From: FreeTrade Date: Tue, 21 Jun 2016 20:12:45 +0700 Subject: [PATCH] Update index.html.slim --- app/views/addresses/index.html.slim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/addresses/index.html.slim b/app/views/addresses/index.html.slim index 4c27e9b..c5e550d 100644 --- a/app/views/addresses/index.html.slim +++ b/app/views/addresses/index.html.slim @@ -5,7 +5,7 @@ h1 =t '.title', :default => model_class.model_name.human.pluralize.titleize form.navbar-form role="search" action="#{addresses_path}" method="get" .input-group - input.form-control type="text" placeholder="Go to bitcoin address..." name="bitcoin_address" + input.form-control type="text" placeholder="Go to HOdlcoin address..." name="bitcoin_address" span.input-group-btn button.btn.btn-default type="submit" span.fa.fa-search aria-hidden="true"