1
0
Fork 0
mirror of https://github.com/documize/community.git synced 2025-07-24 07:39:43 +02:00

Provide icon rendering framework

This commit is contained in:
Harvey Kandola 2018-12-12 13:35:16 +00:00
parent 6eb68f84e0
commit 02102f9bf3
48 changed files with 851 additions and 546 deletions

View file

@ -3,7 +3,7 @@
<div class="row">
<div class="col-12 mb-5">
{{#if session.isAdmin}}
{{#link-to "customize.integrations" class="btn btn-outline-secondary font-weight-bold"}}
{{#link-to "customize.integrations" class="btn btn-outline-secondary bold-700"}}
Configure Jira Connector
{{/link-to}}
{{else}}
@ -22,7 +22,7 @@
<label for="gemini-url">Jira Query Language</label>
{{focus-input id="jira-jql" type="text" value=config.jql class="form-control" placeholder="e.g. (status = resolved AND project = SysAdmin) OR assignee = bobsmith"}}
</div>
<button type="submit" class="btn btn-secondary font-weight-bold">Preview</button>
<button type="submit" class="btn btn-secondary bold-700">Preview</button>
</form>
</div>
</div>

View file

@ -34,7 +34,7 @@
{{/if}}
{{else}}
{{#if session.isGlobalAdmin}}
{{#link-to "customize.integrations" class="btn btn-outline-secondary font-weight-bold"}}
{{#link-to "customize.integrations" class="btn btn-outline-secondary bold-700"}}
Configure Trello Connector
{{/link-to}}
{{else}}