Skip to content

Commit

Permalink
more GEM accronyms
Browse files Browse the repository at this point in the history
  • Loading branch information
amtuannguyen committed Jul 23, 2024
1 parent 2d995db commit a638723
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion app/views/gem_records/show.html.erb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<% title "GEM Record" %>
<% title_html do %>
<div class="parent_page">
<h4 class="blend soft fw-lighter mb-0">Gem Record <span class="strong float-end black">id: <%= @gem_record.seqgradevent%></span></h4>
<h4 class="blend soft fw-lighter mb-0">GEM Record <span class="strong float-end black">id: <%= @gem_record.seqgradevent%></span></h4>
<h1 class="border-bottom"><%= @gem_record.studentname %></h1>
<h5 class="trivial fw-light text-warning-emphasis mb-0"><%= @gem_record.title%></h5>
</div>
Expand Down
2 changes: 1 addition & 1 deletion app/views/layouts/navbar.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<% end %>
<% if can? :read, GemRecord %>
<li class="nav-item">
<%= active_link_to "Gem Records", gem_records_path, class:"nav-link" %>
<%= active_link_to "GEM Records", gem_records_path, class:"nav-link" %>
</li>
<% end %>
<% if @current_user.role == User::ADMIN || @current_user.role == User::MANAGER %>
Expand Down
6 changes: 3 additions & 3 deletions app/views/reports/dashboard.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@
<div class="col-11 bg-body-secondary">Total Students</div>
<div class="col-1 bg-body-secondary"><%= @total_students %></div>
<div class="col-12">
<h4><i>Report on Gem Records</i></h4>
<h4><i>Report on GEM Records</i></h4>
</div>
<div class="col-11 bg-body-secondary">Total Gem Records</div>
<div class="col-11 bg-body-secondary">Total GEM Records</div>
<div class="col-1 bg-body-secondary"><%= @total_gem_records %></div>
<div class="col-12">
<h4><i>Report on Users</i></h4>
Expand All @@ -41,7 +41,7 @@
<div class="col-12">
<h4><i>Report on LOC Subjects</i></h4>
</div>
<div class="col-11 bg-body-secondary">Total Loc Subjects</div>
<div class="col-11 bg-body-secondary">Total LOC Subjects</div>
<div class="col-1 bg-body-secondary"><%= @total_loc_subjects %></div>
</div>
</div>
2 changes: 1 addition & 1 deletion app/views/students/gem_search.html.erb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<% title "Gem Record Search" %>
<% title "GEM Record Search" %>
<% if @student_not_found %>
Student Was Not Found <%= params[:sisid]%>
Expand Down

0 comments on commit a638723

Please sign in to comment.