diff --git a/app/app/components/section/github/type-editor.js b/app/app/components/section/github/type-editor.js index 19c5c053..18932bdf 100644 --- a/app/app/components/section/github/type-editor.js +++ b/app/app/components/section/github/type-editor.js @@ -276,15 +276,15 @@ export default Ember.Component.extend(SectionMixin, NotifierMixin, TooltipMixin, let states = []; states[0] = { id: "open", - name: "Show Open Issues" + name: "Open Issues" }; states[1] = { id: "closed", - name: "Show Closed Issues" + name: "Closed Issues" }; states[2] = { id: "all", - name: "Show All Issues" + name: "All Issues" }; this.set("states", states); diff --git a/app/app/styles/view/layout.scss b/app/app/styles/view/layout.scss index 074ff0a1..2d8476fc 100644 --- a/app/app/styles/view/layout.scss +++ b/app/app/styles/view/layout.scss @@ -97,7 +97,7 @@ > .message { color: $color-gray; font-size: 1rem; - margin-top: 10px; + margin: 10px 0 0 5px; } } > .actions { diff --git a/app/app/templates/components/layout/zone-header.hbs b/app/app/templates/components/layout/zone-header.hbs index 57aeeeec..d2841ffe 100644 --- a/app/app/templates/components/layout/zone-header.hbs +++ b/app/app/templates/components/layout/zone-header.hbs @@ -1,7 +1,7 @@
- {{title}} +  {{title}}
{{message}} diff --git a/documize/section/github/model.go b/documize/section/github/model.go index 6cf52894..eedfe7e1 100644 --- a/documize/section/github/model.go +++ b/documize/section/github/model.go @@ -72,19 +72,19 @@ var renderTemplates = map[string]string{

{{if .ShowIssueNumbers}} - Show Selected Issues + Showing Selected Issues {{else}} {{ .Config.IssueState.Name }} {{end}} for repository {{.Repo.Name}} {{if .ShowList}} - with label(s) + labelled {{range $label := .List}} {{if $label.Included}} {{$label.Name}} {{end}} {{end}} - {{end}}; + {{end}} {{if .ShowIssueNumbers}} issue(s) {{ .DateMessage }}. {{else}}