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
9e02d626
Commit
9e02d626
authored
Mar 10, 2016
by
Evren Kutar
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
dist generation
parent
19636306
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
8 additions
and
8 deletions
+8
-8
app.js
dist/app.js
+3
-3
components.js
dist/bower_components/components.js
+1
-1
templates.js
dist/templates.js
+4
-4
No files found.
dist/app.js
View file @
9e02d626
This source diff could not be displayed because it is too large. You can
view the blob
instead.
dist/bower_components/components.js
View file @
9e02d626
This diff is collapsed.
Click to expand it.
dist/templates.js
View file @
9e02d626
...
...
@@ -228,16 +228,16 @@ angular.module("components/crud/templates/list.html", []).run(["$templateCache",
" <nav ng-if=
\"
pagination && pagination.total_pages > 1
\"
class=
\"
text-center
\"
>
\n
"
+
" <ul class=
\"
pagination
\"
>
\n
"
+
" <li ng-class=
\"
{disabled:pagination.page===1}
\"
>
\n
"
+
" <a aria-label=
\"
Önceki
\"
ng-click=
\"
paginate({page:pagination.page-1})
\"
>
\n
"
+
" <a
role=
\"
button
\"
aria-label=
\"
Önceki
\"
ng-click=
\"
paginate({page:pagination.page-1})
\"
>
\n
"
+
" <span aria-hidden=
\"
true
\"
>«</span>
\n
"
+
" </a>
\n
"
+
" </li>
\n
"
+
" <li ng-repeat=
\"
page in getNumber(pagination.total_pages) track by $index
\"\n
"
+
" ng-class=
\"
{active:$index+1===pagination.page}
\"
>
\n
"
+
" <a ng-click=
\"
paginate({page:$index+1})
\"
>{{$index+1}}</a>
\n
"
+
" <a
role=
\"
button
\"
ng-click=
\"
paginate({page:$index+1})
\"
>{{$index+1}}</a>
\n
"
+
" </li>
\n
"
+
" <li ng-class=
\"
{disabled:pagination.page===pagination.total_pages}
\"
>
\n
"
+
" <a aria-label=
\"
Sonraki
\"
ng-click=
\"
paginate({page:pagination.page+1})
\"
>
\n
"
+
" <a
role=
\"
button
\"
aria-label=
\"
Sonraki
\"
ng-click=
\"
paginate({page:pagination.page+1})
\"
>
\n
"
+
" <span aria-hidden=
\"
true
\"
>»</span>
\n
"
+
" </a>
\n
"
+
" </li>
\n
"
+
...
...
@@ -1947,7 +1947,7 @@ angular.module("shared/templates/multiselect.html", []).run(["$templateCache", f
" <label class=
\"
control-label {{form.labelHtmlClass}}
\"
ng-show=
\"
showTitle()
\"
>
\n
"
+
" {{form.title}}
\n
"
+
" </label>
\n
"
+
" <
a role=
\"
button
\"
><i class=
\"
fa fa-plus-circle fa-fw
\"
add-modal-for-linked-model=
\"
{{form.formName}}
\"
></i></a
>
\n
"
+
" <
!--<a role=
\"
button
\"
><i class=
\"
fa fa-plus-circle fa-fw
\"
add-modal-for-linked-model=
\"
{{form.formName}}
\"
></i></a>--
>
\n
"
+
"
\n
"
+
" <div class=
\"
row
\"
>
\n
"
+
" <div class=
\"
col-md-12
\"
>
\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