Skip to content

Commit

Permalink
Update wrapper component with lux prefix (#1075)
Browse files Browse the repository at this point in the history
  • Loading branch information
christinach committed Mar 15, 2024
1 parent cdd12bd commit 7bcbd0c
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 11 deletions.
4 changes: 2 additions & 2 deletions app/views/absence_requests/comment.html.erb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<wrapper :max-width=1440>
<lux-wrapper :max-width=1440>
<lux-grid-container>
<lux-grid-item columns="lg-12 sm-12">
<lux-heading level="h1" size="h2">Comment on Absence Request</lux-heading>
Expand All @@ -7,4 +7,4 @@

<%= render 'review_form', request_change_set: @request_change_set, action: 'comment' %>

</wrapper>
</lux-wrapper>
4 changes: 2 additions & 2 deletions app/views/absence_requests/edit.html.erb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<wrapper :max-width=1440>
<lux-wrapper :max-width=1440>
<lux-grid-container>
<lux-grid-item columns="lg-12 sm-12">
<lux-heading level="h1" size="h2">Edit Absence Request</lux-heading>
Expand All @@ -7,4 +7,4 @@

<%= render 'form', request_change_set: @request_change_set %>

</wrapper>
</lux-wrapper>
4 changes: 2 additions & 2 deletions app/views/absence_requests/new.html.erb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<wrapper :max-width=1440>
<lux-wrapper :max-width=1440>
<lux-grid-container>
<lux-grid-item columns="lg-12 sm-12">
<lux-heading level="h1" size="h2">New Absence Request</lux-heading>
Expand All @@ -7,4 +7,4 @@

<%= render 'form', request_change_set: @request_change_set %>

</wrapper>
</lux-wrapper>
4 changes: 2 additions & 2 deletions app/views/absence_requests/review.html.erb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<wrapper :max-width=1440>
<lux-wrapper :max-width=1440>
<lux-grid-container>
<lux-grid-item columns="lg-12 sm-12">
<lux-heading level="h1" size="h2">Review Absence Request</lux-heading>
Expand All @@ -7,4 +7,4 @@

<%= render 'review_form', request_change_set: @request_change_set, action: 'review' %>

</wrapper>
</lux-wrapper>
2 changes: 1 addition & 1 deletion app/views/delegates/index.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@
<% end %>
</lux-grid-item>
</lux-grid-container>
</wrapper>
</lux-wrapper>
<br/>
4 changes: 2 additions & 2 deletions app/views/devise/sessions/new.html.erb
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<wrapper>
<lux-wrapper>
<lux-grid-container class="stretch-height">
<lux-grid-item >
<lux-text-style variation="default">You must login to view the requested resource.</lux-text-style>
<lux-hyperlink href="/users/auth/cas" variation="button solid" data-method="post" size="large">LOGIN with NetID</lux-hyperlink>
</lux-grid-item>
</lux-grid-container>
</wrapper>
</lux-wrapper>

0 comments on commit 7bcbd0c

Please sign in to comment.