Missed some formatted_ helpers not covered by tests

Selenium tests now passing completely
This commit is contained in:
Eric Allen 2009-12-07 23:16:21 -05:00
parent 828201dfe0
commit 18dfe4dbfb
9 changed files with 13 additions and 13 deletions

View file

@ -4,7 +4,7 @@
</div>
<div class="mobile_note_info">
<br/>
<%= link_to("In: " + note.project.name, formatted_project_path(note.project, :m)) %>
<%= link_to("In: " + note.project.name, project_path(note.project, :format => 'm')) %>
Created: <%= format_date(note.created_at) %>
<% if note.updated_at? -%>
&nbsp;|&nbsp;Modified: <%= format_date(note.updated_at) %>

View file

@ -1,3 +1,3 @@
<% note = mobile_notes_summary -%>
<div class="note"><%= link_to( truncated_note(note), formatted_note_path(note, :m)) %></div>
<div class="note"><%= link_to( truncated_note(note), note_path(note, :format => 'm')) %></div>
<% note = nil -%>