created breadcrumb

This commit is contained in:
Senad Uka
2016-02-22 03:34:10 +01:00
parent ae6f798d0f
commit 19663d6293
8 changed files with 27 additions and 11 deletions

View File

@@ -18,11 +18,6 @@
<% end %><br/><br/>
</p>
<p>Or you can initialize server with chub and upload the existing files from server by pasting this into your server's terminal:</p>
<% command = "sudo wget -O /usr/local/bin/chub http://chub.saburly.com/chub && sudo chub init #{@record.namehash}" %>
<p><%= text_field_tag 'command', command, readonly: true, class: 'form-control-sm', size: command.length %></p>
</div>
<% else %>