CAncel wiki button
parent
875ba9397f
commit
e9305acc27
|
@ -17,6 +17,7 @@ block content
|
||||||
span.wiki-title(tg-bo-bind='wikiSlug|unslugify')
|
span.wiki-title(tg-bo-bind='wikiSlug|unslugify')
|
||||||
.action-buttons
|
.action-buttons
|
||||||
a.button.button-green.save-wiki(href="", title="Save", ng-click="ctrl.save()") Save
|
a.button.button-green.save-wiki(href="", title="Save", ng-click="ctrl.save()") Save
|
||||||
|
a.button.button-red.cancel-wiki(href="", title="CAncel", ng-click="") Cancel
|
||||||
|
|
||||||
section.wysiwyg
|
section.wysiwyg
|
||||||
textarea(placeholder="Write a your wiki page", ng-model="wiki.content", tg-markitup)
|
textarea(placeholder="Write a your wiki page", ng-model="wiki.content", tg-markitup)
|
||||||
|
|
|
@ -133,6 +133,7 @@
|
||||||
.tag {
|
.tag {
|
||||||
@extend %small;
|
@extend %small;
|
||||||
padding: .5rem;
|
padding: .5rem;
|
||||||
|
margin: 0 .5rem .5rem 0;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -5,10 +5,12 @@
|
||||||
position: absolute;
|
position: absolute;
|
||||||
right: 2rem;
|
right: 2rem;
|
||||||
top: 2rem;
|
top: 2rem;
|
||||||
.delete-wiki,
|
.button {
|
||||||
.edit-wiki,
|
color: $white;
|
||||||
.save-wiki {
|
|
||||||
float: right;
|
float: right;
|
||||||
margin-left: 10px;
|
margin-left: 10px;
|
||||||
|
&:hover {
|
||||||
|
color: $white;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue