give back and cancel button a link for personal journal
This commit is contained in:
		
							parent
							
								
									fb931b0a4a
								
							
						
					
					
						commit
						f431ab9ab5
					
				|  | @ -1,3 +1,3 @@ | |||
| <%= form_for(@journal_co_author_relation, url: panel_personal_journal_desktop_journal_co_author_relations_path, html:{"form-type"=>"ajax_form", "callback-method"=>"coauthorRelationForm"} ) do |f| %> | ||||
|   <%= render partial: 'panel/personal_journal/desktop/journal_co_author_relations/form' , locals: {:f => f}%> | ||||
|   <%= render partial: 'form' , locals: {:f => f}%> | ||||
| <% end %> | ||||
|  |  | |||
|  | @ -1,3 +1,3 @@ | |||
| <%= form_for(@journal_co_author_relation, url: panel_personal_journal_desktop_journal_co_author_relation_path(@co_author_relation), html:{"form-type"=>"ajax_form", "callback-method"=>"coauthorRelationEditForm"} ) do |f| %> | ||||
|   <%= render partial: 'panel/personal_journal/desktop/journal_co_author_relations/form' , locals: {:f => f}%> | ||||
| <%= form_for(@journal_co_author_relation, url: panel_personal_journal_desktop_journal_co_author_relation_path(@journal_co_author_relation), html:{"form-type"=>"ajax_form", "callback-method"=>"coauthorRelationEditForm"} ) do |f| %> | ||||
|   <%= render partial: 'form' , locals: {:f => f}%> | ||||
| <% end %> | ||||
|  |  | |||
|  | @ -8,7 +8,7 @@ | |||
|         </ul> | ||||
|       </div> | ||||
|     </div> | ||||
|     <%= submit_tag "Back", :type => "button", class: "bt-cancel fn_btn ini_input hp hh2 thmtxt" %> | ||||
|     <%= submit_tag "Back", :type => "button", "ajax-remote" => "get", :href => panel_personal_journal_desktop_journal_co_authors_path, class: "fn_btn ini_input hp hh2 thmtxt" %> | ||||
|   </div> | ||||
| </div> | ||||
| 
 | ||||
|  |  | |||
|  | @ -1,7 +1,7 @@ | |||
| <div class="toolbar hh2"> | ||||
|   <div class="fn_g hp"> | ||||
|     <%= f.submit "Save", name: "commit", value: "Save", class: "fn_btn ini_input hp hh2 thmc2 thmtxt" %> | ||||
|     <%= submit_tag "Cancel", :type => "button", class: "bt-cancel fn_btn ini_input hp hh2 thmtxt" %> | ||||
|     <%= submit_tag "Cancel", :type => "button", "ajax-remote" => "get", :href => panel_personal_journal_desktop_journal_co_authors_path, class: "fn_btn ini_input hp hh2 thmtxt" %> | ||||
|   </div> | ||||
| </div> | ||||
| <div id="new_co_author" class="s_grid_con s_form vp"> | ||||
|  |  | |||
|  | @ -1,9 +1,8 @@ | |||
| <div class="toolbar hh2"> | ||||
|   <div class="fn_g hp"> | ||||
|     <%= f.submit "Save", name: "commit", value: "Save", class: "fn_btn ini_input hp hh2 thmc2 thmtxt" %> | ||||
|     <!-- class: bt-cancle can't be remove --> | ||||
|     <% if not @writing_journal.new_record? %> | ||||
|       <%= submit_tag "Cancel", :type => "button", class: "bt-cancel ini_input hp hh2 thmadm thmtxt" %> | ||||
|       <%= submit_tag "Cancel", :type => "button", "ajax-remote" => "get", :href => panel_personal_journal_desktop_journal_pages_path, class: "ini_input hp hh2 thmadm thmtxt" %> | ||||
|     <% end %> | ||||
|   </div> | ||||
|   <div class="hh2 hp sdm"> | ||||
|  |  | |||
		Reference in New Issue