summaryrefslogtreecommitdiff
path: root/app/views/projects/_form.html.haml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/projects/_form.html.haml')
-rw-r--r--app/views/projects/_form.html.haml4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/views/projects/_form.html.haml b/app/views/projects/_form.html.haml
index cc7a933b574..2c3be8a52f8 100644
--- a/app/views/projects/_form.html.haml
+++ b/app/views/projects/_form.html.haml
@@ -1,7 +1,7 @@
= form_for(@project, :remote => true) do |f|
%div.form_content
- unless @project.new_record?
- %h2.icon
+ %h2.icon
%span
= @project.name
- if @project.errors.any?
@@ -56,4 +56,4 @@
:javascript
$(function(){
taggifyForm();
- })
+ })