lib/masterview/extras/app/views/masterview/admin/create.rhtml in masterview-0.2.5 vs lib/masterview/extras/app/views/masterview/admin/create.rhtml in masterview-0.3.0

- old
+ new

@@ -51,11 +51,11 @@ </p> <div class="record"> <div class="label"><label for="id">Source:</label></div> <div class="field"> - <%= File.basename(params[:id], '.html') %> (Template to copy layout from) - <input type="hidden" name="id" value="<%= params[:id] %>" + <%= File.basename(params[:file], '.html') %> (Template to copy layout from) + <input type="hidden" name="file" value="<%= params[:file] %>" </div> </div> <div class="record"> <div class="label"><label for="action_name">Action:</label></div>