mirror of
https://github.com/TracksApp/tracks.git
synced 2026-02-23 15:44:09 +01:00
get project features to pass
This commit is contained in:
parent
d432d91cc8
commit
901a5ff0d2
6 changed files with 12 additions and 12 deletions
|
|
@ -2,7 +2,7 @@
|
|||
project = project_form
|
||||
%>
|
||||
|
||||
<% form_for(project, :html => {
|
||||
<%= form_for(project, :html => {
|
||||
:id => dom_id(project, 'edit_form'),
|
||||
:class => "inline-form edit-project-form",
|
||||
:method => :put }) do
|
||||
|
|
|
|||
|
|
@ -12,7 +12,7 @@ suppress_delete_button ||= false
|
|||
<div class="project_description">
|
||||
<span class="<%= needsreview_class( project ) %>">
|
||||
<%= link_to_project( project ) %>
|
||||
<%= " (" + count_undone_todos_and_notes_phrase(project) + ")" %>
|
||||
<%= " (#{count_undone_todos_and_notes_phrase(project)})".html_safe %>
|
||||
</span>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue