mirror of
https://github.com/rancher/rancher-docs.git
synced 2026-09-25 20:48:11 +00:00
Merge pull request #3906 from btat/page-edit-button
Remove right arrow on edit page button
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
{{ if not .Lastmod.IsZero }}Last updated on {{ .Lastmod.Format "Jan 2, 2006" }}{{ end }}
|
||||
<div class="buttons-container">
|
||||
<a href="{{.Site.Params.ghdocsrepo}}/edit/master/content/{{.File.Path}}" class="btn bg-link">
|
||||
<button class="button has-icon-right">
|
||||
<button class="button">
|
||||
<span>Edit this page</span>
|
||||
<svg class="icon right" enable-background="new 0 0 34 34" viewBox="0 0 34 34" xmlns="http://www.w3.org/2000/svg">
|
||||
<g>
|
||||
|
||||
Reference in New Issue
Block a user