+
+ <% if User.current.allowed_to?(:edit_documents, @project) %>
+ <%= link_to l(:button_edit), edit_document_path(@document), :class => 'icon icon-edit', :accesskey => accesskey(:edit) %>
+ <% end %>
+ <% if User.current.allowed_to?(:delete_documents, @project) %>
+ <%= delete_link document_path(@document) %>
+ <% end %>
+
+
+ <%= h @document.title %>
+
+
+ <%#=h @document.category.name %>
+
+ <%= format_date @document.created_on %>
+
+
+ <%= textilizable @document, :description, :attachments => @document.attachments %>
+
-
-<% if User.current.allowed_to?(:edit_documents, @project) %>
-<%= link_to l(:button_edit), edit_document_path(@document), :class => 'icon icon-edit', :accesskey => accesskey(:edit) %>
-<% end %>
-<% if User.current.allowed_to?(:delete_documents, @project) %>
-<%= delete_link document_path(@document) %>
-<% end %>
-
-
-
-
<%#=h @document.category.name %>
-<%= format_date @document.created_on %>
-
-<%= textilizable @document, :description, :attachments => @document.attachments %>
-
-
-
-
<%= l(:label_attachment_plural) %>
-<%= link_to_attachments @document %>
+
+
<%= l(:label_attachment_plural) %>
+ <%= link_to_attachments @document %>
-<% if authorize_for('documents', 'add_attachment') %>
-
<%= link_to l(:label_attachment_new), {}, :onclick => "$('#add_attachment_form').show(); return false;",
- :id => 'attach_files_link' %>
- <%= form_tag({ :controller => 'documents', :action => 'add_attachment', :id => @document }, :multipart => true, :id => "add_attachment_form", :style => "display:none;") do %>
-
-
<%= render :partial => 'attachments/form' %>
-
- <%= submit_tag l(:button_add) %>
- <% end %>
-<% end %>
+ <% if authorize_for('documents', 'add_attachment') %>
+
+ <%= link_to l(:label_attachment_new), {}, :onclick => "$('#add_attachment_form').show(); return false;",
+ :id => 'attach_files_link' %>
+
+ <%= form_tag({ :controller => 'documents', :action => 'add_attachment', :id => @document }, :multipart => true, :id => "add_attachment_form", :style => "display:none;") do %>
+
+
+ <%= render :partial => 'attachments/form' %>
+
+
+ <%= submit_tag l(:button_add) %>
+ <% end %>
+ <% end %>
-<% html_title @document.title -%>
+ <% html_title @document.title -%>
diff --git a/app/views/files/new.html.erb b/app/views/files/new.html.erb
index be9bcd722..efdc35dcd 100644
--- a/app/views/files/new.html.erb
+++ b/app/views/files/new.html.erb
@@ -1,5 +1,5 @@
<%= error_messages_for 'attachment' %>
diff --git a/app/views/layouts/_base_feedback.html.erb b/app/views/layouts/_base_feedback.html.erb
index 2444af68c..e21500576 100644
--- a/app/views/layouts/_base_feedback.html.erb
+++ b/app/views/layouts/_base_feedback.html.erb
@@ -62,7 +62,7 @@
$.fn.fix = function(options){
var defaults = {
float : 'right',
- minStatue : false,
+ minStatue : true,
skin : 'blue',
durationTime : 1000
}
diff --git a/app/views/layouts/base_projects.html.erb b/app/views/layouts/base_projects.html.erb
index 9b4c22b75..6456b0090 100644
--- a/app/views/layouts/base_projects.html.erb
+++ b/app/views/layouts/base_projects.html.erb
@@ -112,11 +112,11 @@
<% if @project.project_type == 0 %>
<%= l(:label_project_grade)%> :
- <%= link_to(format("%.2f" ,project_scores(@project) ).to_i, {:controller => 'projects',
- :action => 'show_projects_score',
- :remote => true,
- :id => @project.id },
- :style => "color: #EC6300;")%>
+ <%= link_to(format("%.2f" ,project_scores(@project) ).to_i, {:controller => 'projects',
+ :action => 'show_projects_score',
+ :remote => true,
+ :id => @project.id },
+ :style => "color: #EC6300;") %>
<% end %>