midify button type
This commit is contained in:
		
							parent
							
								
									b150077b7b
								
							
						
					
					
						commit
						37850c6d90
					
				| 
						 | 
					@ -1,6 +1,6 @@
 | 
				
			||||||
<h1>Listing co_author_relations</h1>
 | 
					<h1>Listing co_author_relations</h1>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
<%= submit_tag "Back", class: "bt-cancel fn_btn hh2 thmc2 thmtxt" %>
 | 
					<%= submit_tag "Back", :type => "button", class: "bt-cancel fn_btn hh2 thmc2 thmtxt" %>
 | 
				
			||||||
<%= render 'form' %>
 | 
					<%= render 'form' %>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
<table id="co_author_relation_table">
 | 
					<table id="co_author_relation_table">
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -1,6 +1,6 @@
 | 
				
			||||||
<div class="fn_g hp">
 | 
					<div class="fn_g hp">
 | 
				
			||||||
  <%= f.submit "Save", name: "commit", value: "Save", class: "fn_btn hh2 thmc2 thmtxt" %>
 | 
					  <%= f.submit "Save", name: "commit", value: "Save", class: "fn_btn hh2 thmc2 thmtxt" %>
 | 
				
			||||||
  <%= submit_tag "Cancel", class: "bt-cancel fn_btn hh2 thmc2 thmtxt" %>
 | 
					  <%= submit_tag "Cancel", :type => "button", class: "bt-cancel fn_btn hh2 thmc2 thmtxt" %>
 | 
				
			||||||
</div>
 | 
					</div>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
<div></div>
 | 
					<div></div>
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue