Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
L
linagora.esn.most
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
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
Sang D NGO
linagora.esn.most
Commits
e599801b
Commit
e599801b
authored
Apr 16, 2018
by
Sang D NGO
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add back button to subheader
parent
bc9a7d21
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
17 additions
and
4 deletions
+17
-4
frontend/app/proposal/create/subheader/most-proposal-list-subheader.pug
...roposal/create/subheader/most-proposal-list-subheader.pug
+1
-2
frontend/app/proposal/detail/subheader/most-proposal-detail-subheader.pug
...posal/detail/subheader/most-proposal-detail-subheader.pug
+1
-2
frontend/app/subheader/most-subheader-back-button.component.js
...end/app/subheader/most-subheader-back-button.component.js
+9
-0
frontend/app/subheader/most-subheader-back-button.pug
frontend/app/subheader/most-subheader-back-button.pug
+6
-0
No files found.
frontend/app/proposal/create/subheader/most-proposal-list-subheader.pug
View file @
e599801b
extends /modules/subheader/responsive-subheader.pug
block left
most-subheader-burger-button.hidden-md
i.mdi.mdi-menu
group-subheader-back-button
span.title.ellipsis #{__('Tạo đề xuất')}
frontend/app/proposal/detail/subheader/most-proposal-detail-subheader.pug
View file @
e599801b
extends /modules/subheader/responsive-subheader.pug
block left
most-subheader-burger-button.hidden-md
i.mdi.mdi-menu
most-subheader-back-button
span.title.ellipsis {{::$ctrl.title}}
block right
...
...
frontend/app/subheader/most-subheader-back-button.component.js
0 → 100644
View file @
e599801b
(
function
(
angular
)
{
'
use strict
'
;
angular
.
module
(
'
linagora.esn.most
'
)
.
component
(
'
mostSubheaderBackButton
'
,
{
templateUrl
:
'
/linagora.esn.most/app/subheader/most-subheader-back-button.html
'
});
})(
angular
);
frontend/app/subheader/most-subheader-back-button.pug
0 → 100644
View file @
e599801b
button.btn.btn-link.hidden-xs(href='', esn-back-button='most.proposal')
.flex-vertical-centered
i.mdi.mdi-arrow-left.mdi-margin-right
span #{__('Back')}
button.btn.btn-link.btn-icon.visible-xs(href='', esn-back-button='most.proposal')
i.mdi.mdi-arrow-left
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