-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- version0.9999999
- version0.999
- text-service-1.7.7
- text-service-1.7.6
- text-service-1.7.5
- text-service-1.7.4
- text-service-1.7.3
- text-service-1.7.2
- text-service-1.7.1
- text-service-1.7.0
- text-service-1.6.6
- text-service-1.6.5
- text-service-1.6.1
- text-service-1.6
- text-service-1.5.0
- text-service-1.4.8
- text-service-1.4.3
- text-service-1.4.2
- text-service-1.4
- text-service-1.3.8
- text-service-1.3.7
- text-service-1.3.6
- text-service-1.3.5
- text-service-1.3.1
- text-service-1.3
- text-service-1.2
- text-service-1.001
- text-service-1.1
- text-service-1.1fix004
- text-service-1.1fix003
- text-service-1.1fix002
- text-service-1.1fix001
- text-service-1.0
- notthat
- nikolaj0.9999
- master-as-of-june2021
- master_v0.99
- isthisit
- Severin1.0alpha
- Severin0.999999
- Severin0.99999
- Running_august_2021
- Nico_in_August_2021
- GC-prerelease0.55
- GC-prerelease0.8
- GC-prerelease0.7
- GC-prerelease0.6
- GC-prerelease0.5
- GC-prerelease0.2
- GC-prerelease0.1
- 1.002
1 parent
bd6c13e
commit d0683ea
Showing
2 changed files
with
7 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
app/views/shared/components/organisms/page-notification/_index.html.erb
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
<div class="org-11bfca9f-f278-4d0e-8384-2a2d064e8f6c page-notification sticky <%= classes %>"> | ||
<div id="ie_banner" class="org-11bfca9f-f278-4d0e-8384-2a2d064e8f6c page-notification sticky <%= classes %>"> | ||
<%= message %> | ||
<a class="close_notification" href=""> | ||
<a class="close_notification" href="javascript:closeBanner();"> | ||
<%= render :partial => 'shared/components/atoms/icon/index', locals: {icon_type: 'clear', icon_size: 'small'} %> | ||
</a> | ||
</div> |