Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
E
eduGAIN Access Check - Account manager
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
edugain
eduGAIN Access Check - Account manager
Commits
332a7cef
Commit
332a7cef
authored
7 years ago
by
Guillaume ROUSSE
Browse files
Options
Downloads
Patches
Plain Diff
drop never used templates
parent
8c743676
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
templates/web/en/notices.tt2.html
+0
-15
0 additions, 15 deletions
templates/web/en/notices.tt2.html
templates/web/fr/index.tt2.html
+0
-6
0 additions, 6 deletions
templates/web/fr/index.tt2.html
templates/web/fr/notices.tt2.html
+0
-15
0 additions, 15 deletions
templates/web/fr/notices.tt2.html
with
0 additions
and
36 deletions
templates/web/en/notices.tt2.html
deleted
100644 → 0
+
0
−
15
View file @
8c743676
[% FOREACH notif IN notifications %]
<p
class=
"ui-state-highlight ui-corner-all"
style=
"border: 2px solid #10427a; background: #DFF1EE;padding: 0.7em;"
><span
class=
"ui-icon ui-icon-alert"
style=
"float: left; margin-right: .3em;"
></span>
Notice:
[% IF notif == 'done' %]
Operation has been performed
[% ELSE %]
[% notif %]
<br/>
[% END %]
[% END %]
<!-- FOREACH -->
This diff is collapsed.
Click to expand it.
templates/web/fr/index.tt2.html
+
0
−
6
View file @
332a7cef
...
...
@@ -40,12 +40,6 @@
[% PROCESS 'errors.tt2.html' %]
</div>
[% ELSE %]
[% IF notifications %]
<div
class=
"ui-widget"
>
[% PROCESS 'notices.tt2.html' %]
</b>
</div>
[% END %]
[% PROCESS 'content.tt2.html' %]
...
...
This diff is collapsed.
Click to expand it.
templates/web/fr/notices.tt2.html
deleted
100644 → 0
+
0
−
15
View file @
8c743676
[% FOREACH notif IN notifications %]
<p
class=
"ui-state-highlight ui-corner-all"
style=
"border: 2px solid #10427a; background: #DFF1EE;padding: 0.7em;"
><span
class=
"ui-icon ui-icon-alert"
style=
"float: left; margin-right: .3em;"
></span>
Notice:
[% IF notif == 'done' %]
Operation has been performed
[% ELSE %]
[% notif %]
<br/>
[% END %]
[% END %]
<!-- FOREACH -->
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment