Skip to content

Commit 68cce1c

Browse files
committed
added efees link to admin page, rearranged links in alphabetical order
1 parent 67a686e commit 68cce1c

1 file changed

Lines changed: 10 additions & 9 deletions

File tree

app/views/home/admin.html.erb

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3,27 +3,28 @@
33
<h2>Forms</h2>
44

55
<ul>
6-
<li><%= link_to("Opt in/out of alt-media scanning (requires CalNet)", new_scan_request_form_path) %></li>
7-
<li><%= link_to("Library Staff Electronic Devices Loan - Terms and Conditions form (requires CalNet)", new_libstaff_edevices_loan_form_path) %></li>
8-
<li><%= link_to("Request a UC Berkeley Affiliate Borrowing Card", new_affiliate_borrow_request_form_path) %></li>
9-
<li><%= link_to("Student Electronic Devices Loan - Terms and Conditions form (requires CalNet)", new_student_edevices_loan_form_path) %></li>
10-
<li><%= link_to("Library Alt-Media Service Article Request Form", new_service_article_request_form_path) %></li>
11-
<li><%= link_to("Doe/Moffitt Study Room/Studio Use - Terms and Conditions form (requires CalNet)", new_doemoff_study_room_use_form_path) %></li>
6+
<li><%= link_to("Departmental Card", departmental_card_forms_path) %></li>
127
<li><%= link_to("Doe/Moffitt Patron Email Form", doemoff_patron_email_forms_path) %></li>
8+
<li><%= link_to("Doe/Moffitt Study Room/Studio Use - Terms and Conditions form (requires CalNet)", new_doemoff_study_room_use_form_path) %></li>
9+
<li><%= link_to("Efees (non-patron UC Berkeley patron fee payments)", efees_path) %></li>
1310
<li><%= link_to("Graphics Arts Loan Collection (GALC) - Borrowing Contract (requires CalNet)", new_galc_request_form_path) %></li>
11+
<li><%= link_to("Library Alt-Media Service Article Request Form", new_service_article_request_form_path) %></li>
12+
<li><%= link_to("Library Staff Electronic Devices Loan - Terms and Conditions form (requires CalNet)", new_libstaff_edevices_loan_form_path) %></li>
13+
<li><%= link_to("Opt in/out of alt-media scanning (requires CalNet)", new_scan_request_form_path) %></li>
1414
<li><%= link_to("Proxy Borrowing Card Forms (requires CalNet)", proxy_borrower_forms_path) %></li>
15+
<li><%= link_to("Request a UC Berkeley Affiliate Borrowing Card", new_affiliate_borrow_request_form_path) %></li>
1516
<li><%= link_to("Security/Incident/Accident", security_incident_report_forms_path) %></li>
1617
<li><%= link_to("Stack Pass/Reference Card", stack_requests_path) %></li>
17-
<li><%= link_to("Departmental Card", departmental_card_forms_path) %></li>
18+
<li><%= link_to("Student Electronic Devices Loan - Terms and Conditions form (requires CalNet)", new_student_edevices_loan_form_path) %></li>
1819
</ul>
1920

2021
<h2>Services</h2>
2122

2223
<ul>
23-
<li><%= link_to("TIND Metadata Download", tind_download_path) %></li>
24-
<li><%= link_to("TIND MARC Batch Tool", tind_marc_batch_path) %></li>
2524
<li><%= link_to("Alma Items Set Notes", alma_item_set_path) %></li>
2625
<li><%= link_to("Host Bibliographic and Linked Bibliographic", bibliographics_path) %></li>
26+
<li><%= link_to("TIND MARC Batch Tool", tind_marc_batch_path) %></li>
27+
<li><%= link_to("TIND Metadata Download", tind_download_path) %></li>
2728
<li><%= link_to("WorldCat/HathiTrust Location Requests", location_requests_path) %></li>
2829
</ul>
2930

0 commit comments

Comments
 (0)