added notification for edit site url

This commit is contained in:
Harry Bomrah 2015-05-18 21:36:14 +08:00
parent 62fe6e666a
commit fc3529fb37
1 changed files with 1 additions and 0 deletions

View File

@ -32,6 +32,7 @@
<label class="control-label muted"><%= t(:domain) %></label>
<div class="controls">
<%= f.text_field :site_domain %>
<span class="help-inline alert alert-error">Please do not use <b>http://</b> in the url. Just input the domain of the website without <b>http://</b>.</span>
</div>
</div>