Merge branch 'select_co_author_relation' into publication

* select_co_author_relation:
  add back button
This commit is contained in:
Rueshyna 2012-12-03 16:20:40 +08:00
commit 6d2fa673c7
2 changed files with 2 additions and 1 deletions

View File

@ -1,5 +1,6 @@
<h1>Listing co_author_relations</h1>
<%= submit_tag "Back", class: "bt-cancel fn_btn hh2 thmc2 thmtxt" %>
<%= render 'form' %>
<table id="co_author_relation_table">

View File

@ -1,6 +1,6 @@
<div class="fn_g hp">
<%= f.submit "Save", name: "commit", value: "Save", class: "fn_btn hh2 thmc2 thmtxt" %>
<!-- <%= submit_tag "Cancel", :class=>"fn_btn hh2 bt-cancel thmc2 thmtxt" %>-->
<%= submit_tag "Cancel", class: "bt-cancel fn_btn hh2 thmc2 thmtxt" %>
</div>
<div></div>