|
27 | 27 | <% end %> |
28 | 28 | <% if @presenter.editable? %> |
29 | 29 | <div class="show_guess_grades" style="display: none; margin-bottom: 10px; font-size: 0.8em;"> |
30 | | - <button type="button" class="btn button-sidebar-wide show_guess_grades_link"><%= image_tag "grading_icon.png" %> <%= t('buttons.show_what_if', "Show Saved \"What-If\" Scores") %></button> |
| 30 | + <button type="button" class="btn button-sidebar-wide show_guess_grades_link"><%= image_tag "grading_icon.png", :alt => "" %> <%= t('buttons.show_what_if', "Show Saved \"What-If\" Scores") %></button> |
31 | 31 | </div> |
32 | 32 | <div class="revert_all_scores" style="font-size: 0.8em; padding-left: 10px; display: none;"> |
33 | 33 | <%= t(:not_official, "*NOTE*: This is NOT your official score.") %><br/> |
34 | | - <a href="#" class="btn revert_all_scores_link"><%= image_tag "back.png" %> <%= t('links.revert_score', "Revert to Actual Score") %></a> |
| 34 | + <a href="#" class="btn revert_all_scores_link"><%= image_tag "back.png", :alt => "" %> <%= t('links.revert_score', "Revert to Actual Score") %></a> |
35 | 35 | </div> |
36 | 36 | <% end %> |
37 | 37 | <div class="show_all_details" style="font-size: 0.8em; margin-top: 10px;"> |
|
205 | 205 | <span class="tooltip_wrap right"> |
206 | 206 | <span class="tooltip_text"><%= t(:see_rubric_results, "See rubric results") %></span> |
207 | 207 | </span> |
208 | | - <%= image_tag "rubric.png" %> |
| 208 | + <%= image_tag "rubric.png", :alt => t('icons.rubric_results', 'See rubric results') %> |
209 | 209 | </a> |
210 | 210 | <% if @presenter.turnitin_enabled? %> |
211 | 211 | <% |
|
222 | 222 | end |
223 | 223 | %> |
224 | 224 | <a class="tooltip" title="<%= t('titles.turnitin_score', "Turnitin similarity score -- more information") %>" href="<%= url %>" style="<%= 'visibility: hidden;' if !turnitin %>" target="_blank"> |
225 | | - <%= turnitin ? image_tag("turnitin_#{turnitin && turnitin[:state]}_score.png") : image_tag("blank.png", :alt => '') %> |
| 225 | + <%= turnitin ? image_tag("turnitin_#{turnitin && turnitin[:state]}_score.png", :alt => t('icons.turnitin_results', 'See Turnitin results')) : image_tag("blank.png", :alt => '') %> |
226 | 226 | <span class="tooltip_wrap right"> |
227 | 227 | <span class="tooltip_text"><%= t(:see_turnitin_results, "See Turnitin results") %></span> |
228 | 228 | </span> |
|
305 | 305 | <div style="text-align: right; font-size: 0.8em; margin-right: 10px; clear: both;"> |
306 | 306 | <% comment.attachments.each do |attachment| %> |
307 | 307 | <div> |
308 | | - <a href="<%= context_url(@context, :context_assignment_submission_url, submission.assignment_id, submission.user_id, :download => attachment.id, :comment_id => comment.id) %>"><%= image_tag "file.png", :style => "height: 12px;" %><%= t('links.download', "Download %{attachment}", :attachment => attachment.display_name) %></a> |
| 308 | + <a href="<%= context_url(@context, :context_assignment_submission_url, submission.assignment_id, submission.user_id, :download => attachment.id, :comment_id => comment.id) %>"><%= image_tag "file.png", :style => "height: 12px;", :alt => "" %><%= t('links.download', "Download %{attachment}", :attachment => attachment.display_name) %></a> |
309 | 309 | </div> |
310 | 310 | <% end %> |
311 | 311 | </div> |
|
331 | 331 | <% end %> |
332 | 332 | </table> |
333 | 333 | <% if @presenter.has_muted_assignments? %> |
334 | | - <small><%= image_tag "sound_mute.png" %><%= t(:student_mute_legend, "Your instructor is working on grades. While your instructor is working on grades, grade and comment information is unavailable.") %></small> |
| 334 | + <small><%= image_tag "sound_mute.png", :alt => "" %><%= t(:student_mute_legend, "Your instructor is working on grades. While your instructor is working on grades, grade and comment information is unavailable.") %></small> |
335 | 335 | <% end %> |
336 | 336 | <div id="total_groups_weight" style="display: none;"><%= @presenter.total_weight %></div> |
337 | 337 | <%= render :partial => "shared/rubric_criterion_dialog" %> |
338 | 338 | <input type="text" style="width: 40px; display: none;" id="grade_entry"/> |
339 | | -<a href="#" id="revert_score_template" class="revert_score_link" title="<%= t('titles.revert_score', "Revert to original score") %>"><%= image_tag "back.png" %></a> |
| 339 | +<a href="#" id="revert_score_template" class="revert_score_link" title="<%= t('titles.revert_score', "Revert to original score") %>"><%= image_tag "back.png", :alt => "" %></a> |
340 | 340 | <a href="<%= context_url(@context, :context_assignment_submission_url, "{{ assignment_id }}", @presenter.student_id) %>" class="update_submission_url" style="display: none;"> </a> |
341 | 341 | <% if @context.grading_standard_enabled? %> |
342 | 342 | <% js_block do %> |
|
0 commit comments