Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
U
ulakbus-ui
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
ulakbus
ulakbus-ui
Commits
4a771c72
Commit
4a771c72
authored
Dec 23, 2015
by
Evren Kutar
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fa icon for reports
parent
b6ecc93f
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
2 deletions
+4
-2
sidebar.html
app/shared/templates/directives/sidebar.html
+2
-1
templates.js
dist/templates.js
+2
-1
No files found.
app/shared/templates/directives/sidebar.html
View file @
4a771c72
...
@@ -84,7 +84,8 @@
...
@@ -84,7 +84,8 @@
'Genel': 'fa fa-fw fa-graduation-cap',
'Genel': 'fa fa-fw fa-graduation-cap',
'Alt Kategori': 'fa fa-fw fa-tags',
'Alt Kategori': 'fa fa-fw fa-tags',
'Kadro Islemleri': 'fa fa-fw fa-users',
'Kadro Islemleri': 'fa fa-fw fa-users',
'Seçime Uygun Görevler':'fa fa-fw fa-user'
'Seçime Uygun Görevler':'fa fa-fw fa-user',
'Raporlar': 'fa fa-pie-chart'
}[item[0].kategori]"
></i>
}[item[0].kategori]"
></i>
<span
class=
"menu-text"
ng-class=
"{hidden: $root.collapsed}"
>
{{ key }}
</span>
<span
class=
"menu-text"
ng-class=
"{hidden: $root.collapsed}"
>
{{ key }}
</span>
<span
class=
"fa arrow"
ng-class=
"{hidden: $root.collapsed}"
></span>
<span
class=
"fa arrow"
ng-class=
"{hidden: $root.collapsed}"
></span>
...
...
dist/templates.js
View file @
4a771c72
...
@@ -1378,7 +1378,8 @@ angular.module("shared/templates/directives/sidebar.html", []).run(["$templateCa
...
@@ -1378,7 +1378,8 @@ angular.module("shared/templates/directives/sidebar.html", []).run(["$templateCa
" 'Genel': 'fa fa-fw fa-graduation-cap',
\n
"
+
" 'Genel': 'fa fa-fw fa-graduation-cap',
\n
"
+
" 'Alt Kategori': 'fa fa-fw fa-tags',
\n
"
+
" 'Alt Kategori': 'fa fa-fw fa-tags',
\n
"
+
" 'Kadro Islemleri': 'fa fa-fw fa-users',
\n
"
+
" 'Kadro Islemleri': 'fa fa-fw fa-users',
\n
"
+
" 'Seçime Uygun Görevler':'fa fa-fw fa-user'
\n
"
+
" 'Seçime Uygun Görevler':'fa fa-fw fa-user',
\n
"
+
" 'Raporlar': 'fa fa-pie-chart'
\n
"
+
" }[item[0].kategori]
\"
></i>
\n
"
+
" }[item[0].kategori]
\"
></i>
\n
"
+
" <span class=
\"
menu-text
\"
ng-class=
\"
{hidden: $root.collapsed}
\"
>{{ key }}</span>
\n
"
+
" <span class=
\"
menu-text
\"
ng-class=
\"
{hidden: $root.collapsed}
\"
>{{ key }}</span>
\n
"
+
" <span class=
\"
fa arrow
\"
ng-class=
\"
{hidden: $root.collapsed}
\"
></span>
\n
"
+
" <span class=
\"
fa arrow
\"
ng-class=
\"
{hidden: $root.collapsed}
\"
></span>
\n
"
+
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment