app/views/schools/_profile_form.html.erb in scidea-schools-1.0.2 vs app/views/schools/_profile_form.html.erb in scidea-schools-1.0.3
- old
+ new
@@ -33,10 +33,10 @@
<p id="schools-initial-message" class="inline-hints">Provide your institution’s zipcode before selecting an institution.</p>
<p id="schools-not-found-message" class="inline-hints">No institutions were found for zipcode. Try another one or <a href="#select-new-school">use the new institution you added.</a><a href="#add-new-school">add a new institution.</a> </p>
</fieldset>
<div id="new-school">
<p id="new-school-actions" class="inline-hints">
- <span id="add-school">Don’t see your institution? <a href="#add-new-school" style="width: 200px; height: 1em;">Add a new one.</a><%= link_to 'Add a new one.', new_admin_school_path, :id => "admin-new-school" %></span>
+ <span id="add-school">Don’t see your institution? <a href="#add-new-school" style="width: 200px; height: 1em;">Add a new one.</a></span>
<span id="edit-school">Made a mistake while typing your institution information? No problem, you can still <a href="#edit-new-school">edit it.</a></span>
</p>
<div id="new-school-form"></div>
</div>
</li>