Skip to content

Commit

Permalink
Merge branch 'master' of github.com:cibernox/pinkmine
Browse files Browse the repository at this point in the history
Conflicts:
	app/helpers/application_helper.rb
	app/helpers/issues_helper.rb
	app/views/projects/show.html.haml
	spec/helpers/issues_helper_spec.rb
  • Loading branch information
miguel.camba committed May 10, 2012
2 parents 91f5ef6 + 44b32e9 commit e144119
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion app/helpers/issues_helper.rb
Expand Up @@ -34,7 +34,6 @@ def issue_priority_label(issue)
content_tag(:span, issue.priority, class: "label #{color_class}")
end


# Generates a dropdown button for select the status of the given issue
def issue_status_dropdown(issue)
link_content = issue.status + content_tag(:span, nil, class: 'caret')
Expand Down
2 changes: 1 addition & 1 deletion app/views/projects/show.html.haml
Expand Up @@ -31,4 +31,4 @@
%td= link_to issue.title, [project, issue]
%td= truncate(issue.description, length: 50)
%td= link_to issue.responsable, issue.responsable if issue.responsable
%td= issue_progress_bar(issue)
%td= issue_progress_bar(issue)

0 comments on commit e144119

Please sign in to comment.