=link_to'Remove header logo',header_logos_admin_appearances_path,data: {confirm: "Header logo will be removed. Are you sure?"},method: :delete,class: "btn btn-remove btn-sm remove-logo"
%hr
=f.hidden_field:header_logo_cache
=f.file_field:header_logo,class: ""
.hint
Maximum file size is 1MB. Pages are optimized for a 28px tall header logo
%fieldset.sign-in
%legend
Sign in/Sign up pages:
...
...
@@ -28,27 +45,22 @@
.hint
Maximum file size is 1MB. Pages are optimized for a 640x360 px logo.
=link_to'Remove header logo',header_logos_admin_appearances_path,data: {confirm: "Header logo will be removed. Are you sure?"},method: :delete,class: "btn btn-remove btn-sm remove-logo"
=markdown_toolbar_button({icon: "list-bulleted",data: {"md-tag"=>"* ","md-prepend"=>true},title: "Add a bullet list"})
=markdown_toolbar_button({icon: "list-numbered",data: {"md-tag"=>"1. ","md-prepend"=>true},title: "Add a numbered list"})
=markdown_toolbar_button({icon: "task-done",data: {"md-tag"=>"* [ ] ","md-prepend"=>true},title: "Add a task list"})
%button.toolbar-btn.toolbar-fullscreen-btn.js-zen-enter.has-tooltip{type: "button",tabindex: -1,aria: {label: "Go full screen"},title: "Go full screen",data: {container: "body"}}
%button.toolbar-btn.toolbar-fullscreen-btn.js-zen-enter.has-tooltip{type: "button",tabindex: -1,"aria-label":"Go full screen",title: "Go full screen",data: {container: "body"}}
A project is where you house your files (repository), plan your work (issues), and publish your documentation (wiki), #{link_to'among other things',help_page_path("user/project/index.md",anchor: "projects-features"),target: '_blank'}.
%p
All features are enabled when you create a project, but you can disable the ones you don’t need in the project settings.
@@ -17,6 +17,9 @@ Taking the trigger term as `project-name`, the commands are:
| `/project-name issue search <query>` | Shows up to 5 issues matching `<query>` |
| `/project-name deploy <from> to <to>` | Deploy from the `<from>` environment to the `<to>` environment |
Note that if you are using the [GitLab Slack application](https://docs.gitlab.com/ee/user/project/integrations/gitlab_slack_application.html) for
your GitLab.com projects, you need to [add the `gitlab` keyword at the beginning of the command](https://docs.gitlab.com/ee/user/project/integrations/gitlab_slack_application.html#usage).
## Issue commands
It is possible to create new issue, display issue details and search up to 5 issues.