summaryrefslogtreecommitdiff
path: root/app/views/tutorials
diff options
context:
space:
mode:
authorluuduong <luuduong@gmail.com>2013-02-22 23:20:00 -0700
committerluuduong <luuduong@gmail.com>2013-02-22 23:20:00 -0700
commitaefc8fce16dc7e866edf80334a0f66a24f00c2aa (patch)
treedc9eaec2146d244f85dada250ba830c6470aa17c /app/views/tutorials
parent4ca5ae03ab0bef3874e5141cbb0f2b11bdad547a (diff)
ran rake assest precompile and changed some labels on creations and layouts
Diffstat (limited to 'app/views/tutorials')
-rw-r--r--app/views/tutorials/_form.html.erb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/tutorials/_form.html.erb b/app/views/tutorials/_form.html.erb
index 7634e03c..d7ac7672 100644
--- a/app/views/tutorials/_form.html.erb
+++ b/app/views/tutorials/_form.html.erb
@@ -13,7 +13,7 @@ $(function(){
<%= form_for(@tutorial, :html => {:class => "form-horizontal"}) do |f| %>
<fieldset>
<div class="control-group">
- <%= f.label :url, :class => "control-label" %>
+ <%= f.label :url, "Tutorial URL", :class => "control-label" %>
<div class="controls">
<%= f.text_field :url, :class => "input-xxlarge", :placeholder => "Enter the full website link and click outside this box" %>
</div>