Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Staging R7 to Prod #824

Merged
merged 33 commits into from
Aug 30, 2024
Merged

Staging R7 to Prod #824

merged 33 commits into from
Aug 30, 2024

Conversation

balen
Copy link
Collaborator

@balen balen commented Aug 28, 2024

No description provided.

balen and others added 30 commits May 1, 2023 17:01
Fix transcription error for new lines
Fixes selection on transcription window
<div class="row">
<div class="col-xs-9 col-lg-10" id="my-profile-details">
<!--Show user information. Pulled dynamically from the user model instance-->
<h1><%= @user.display_name %></h1>

Check failure

Code scanning / Brakeman

Unescaped model attribute. Error

Unescaped model attribute.
<div class="col-xs-9 col-lg-10" id="my-profile-details">
<!--Show user information. Pulled dynamically from the user model instance-->
<h1><%= @user.display_name %></h1>
<p><strong><%= @user.email %></strong></p>

Check failure

Code scanning / Brakeman

Unescaped model attribute. Error

Unescaped model attribute.
<h1><%= @user.display_name %></h1>
<p><strong><%= @user.email %></strong></p>
<p><%= pluralize(@user.transcriptions.count, strip_tags(t("transcription"))) %> <%= t('in-total').html_safe %></p>
<p><%= @user.bio %></p>

Check failure

Code scanning / Brakeman

Unescaped model attribute. Error

Unescaped model attribute.
<!--if current user is admin or this is their user page, show full name-->
<% if @user == current_user || current_user.admin?%>
<p>
<strong><%= "#{User.human_attribute_name(:full_name)}: #{@user.full_name}" %></strong><br />

Check warning

Code scanning / Brakeman

Unescaped model attribute. Warning

Unescaped model attribute.
<h2 class="transcriptions-header boffset10">
<%= t('my-active-transcriptions') %>
<% if @active_transcriptions.any?%>
<span class="badge"><%= @active_transcriptions.size %></span

Check failure

Code scanning / Brakeman

Unescaped model attribute. Error

Unescaped model attribute.
<h2 class="transcriptions-header">
<%= t('my-completed-transcriptions') %>
<% if @completed_transcriptions_size > 0%>
<span class="badge"><%= @completed_transcriptions_size %></span>

Check failure

Code scanning / Brakeman

Unescaped model attribute. Error

Unescaped model attribute.
@balen balen merged commit 9d06414 into production Aug 30, 2024
2 of 3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant