Merge pull request #14290 from RocketChat/fix-apps-header

[FIX] Wrong header at Apps admin section
pull/14297/head
Rodrigo Nascimento 7 years ago
parent 78123ed108
commit a7a73d904e
No known key found for this signature in database
GPG Key ID: CFCE33B7B01AC335
  1. 2
      app/apps/client/admin/apps.html

@ -1,6 +1,6 @@
<template name="apps">
<section class="rc-apps-marketplace">
{{#header sectionName="Marketplace" hideHelp=true fixedHeight=true fullpage=true}}
{{#header sectionName="Apps" hideHelp=true fixedHeight=true fullpage=true}}
<div class="rc-header__section-button">
<button class="rc-button rc-button--small rc-button--primary" data-button="install_app">
{{> icon icon="cloud-plus" block="rc-icon--default-size"}} {{_ "Marketplace_view_marketplace"}}

Loading…
Cancel
Save