Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
miniflux
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
TeDomum
miniflux
Commits
5185bf0c
Commit
5185bf0c
authored
7 years ago
by
Frédéric Guillot
Browse files
Options
Downloads
Patches
Plain Diff
Fix typo in edit user template
parent
cbd273da
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
template/html/edit_user.html
+1
-1
1 addition, 1 deletion
template/html/edit_user.html
template/views.go
+3
-3
3 additions, 3 deletions
template/views.go
with
4 additions
and
4 deletions
template/html/edit_user.html
+
1
−
1
View file @
5185bf0c
...
...
@@ -2,7 +2,7 @@
{{ define "content"}}
<section
class=
"page-header"
>
<h1>
{{ t "Edit user %s" .selected_user.Username }}
"
</h1>
<h1>
{{ t "Edit user %s" .selected_user.Username }}
</h1>
<ul>
<li>
<a
href=
"{{ route "
settings
"
}}"
>
{{ t "Settings" }}
</a>
...
...
This diff is collapsed.
Click to expand it.
template/views.go
+
3
−
3
View file @
5185bf0c
// Code generated by go generate; DO NOT EDIT.
// 2018-0
2-24 17:47:34.996504904 +0000 GMT
// 2018-0
3-01 23:04:58.998374277 -0800 PST m=+0.022158179
package
template
...
...
@@ -416,7 +416,7 @@ var templateViewsMap = map[string]string{
{{ define "content"}}
<section class="page-header">
<h1>{{ t "Edit user %s" .selected_user.Username }}
"
</h1>
<h1>{{ t "Edit user %s" .selected_user.Username }}</h1>
<ul>
<li>
<a href="{{ route "settings" }}">{{ t "Settings" }}</a>
...
...
@@ -1232,7 +1232,7 @@ var templateViewsMapChecksums = map[string]string{
"create_user"
:
"233764778c915754141a20429ec8db9bf80ef2d7704867a2d7232c1e9df233ae"
,
"edit_category"
:
"cee720faadcec58289b707ad30af623d2ee66c1ce23a732965463250d7ff41c5"
,
"edit_feed"
:
"d2c1c8486d7faf4ee58151ccf3e3c690e53bd6872050d291c5db8452a83c3d53"
,
"edit_user"
:
"
5edd693460330750ba5ee03319d4e3cb5aabbd9a0e48b3b760799bca72c5ec4e
"
,
"edit_user"
:
"
321e0a60cf3bf7441bff970f4920e4c5b7c1883f80ab1d1674f8137954b25033
"
,
"entry"
:
"27ea028515e79beb546f0b2792a3918c455fd877eea4c41d1a061f8e7b54a430"
,
"feed_entries"
:
"420da786e827a77fecc8794207d158af3a30e489ca2b2019f48d5228919af4a7"
,
"feeds"
:
"2a5abe37968ea34a0576dbef52341645cb1fc9562e351382fbf721491da6f4fa"
,
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment