mirror of
https://github.com/TracksApp/tracks.git
synced 2026-03-15 00:36:33 +01:00
fix #1042 and create test for it
This commit is contained in:
parent
a9726766b3
commit
6be18a104b
6 changed files with 72 additions and 37 deletions
|
|
@ -3,7 +3,7 @@ project = project_form
|
|||
%>
|
||||
|
||||
<% form_remote_tag(:url => project_path(project), :html => { :id => dom_id(project, 'edit_form'), :class => "inline-form "+dom_id(project, 'edit_form')+"-edit-project-form", :method => :put }) do -%>
|
||||
|
||||
<div id="error_status"><%= error_messages_for("project") %></div>
|
||||
<%= source_view_tag( @source_view ) -%>
|
||||
|
||||
<label for="project_name">Name:</label><br/>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue