Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
D
diaspora
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
Operations
Operations
Incidents
Analytics
Analytics
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Gigadoc 2
diaspora
Commits
735d692a
Commit
735d692a
authored
Jun 07, 2015
by
Benjamin Neff
Committed by
Jonne Haß
Jun 07, 2015
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix selected week on weekly stats page
closes #6079
parent
2571b042
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletion
+2
-1
Changelog.md
Changelog.md
+1
-0
app/views/admins/weekly_user_stats.haml
app/views/admins/weekly_user_stats.haml
+1
-1
No files found.
Changelog.md
View file @
735d692a
...
...
@@ -56,6 +56,7 @@
*
Disable autocorrect for username on mobile sign in
[
#6028
](
https://github.com/diaspora/diaspora/pull/6028
)
*
Fix broken default avatars in the database
[
#6014
](
https://github.com/diaspora/diaspora/pull/6014
)
*
Only strip text direction codepoints around hashtags
[
#6067
](
https://github.com/diaspora/diaspora/issues/6067
)
*
Fix selected week on admin weekly stats page
[
#6079
](
https://github.com/diaspora/diaspora/pull/6079
)
## Features
*
Hide post title of limited post in comment notification email
[
#5843
](
https://github.com/diaspora/diaspora/pull/5843
)
...
...
app/views/admins/weekly_user_stats.haml
View file @
735d692a
...
...
@@ -7,7 +7,7 @@
%div
.pull-right
=
form_tag
(
'/admins/weekly_user_stats'
,
method:
'get'
,
class:
'form-inline'
)
do
=
select_tag
(
:week
,
options_for_select
(
@created_users_by_week
.
keys
.
reverse
),
selected:
@selected_week
)
=
select_tag
(
:week
,
options_for_select
(
@created_users_by_week
.
keys
.
reverse
,
@selected_week
)
)
=
submit_tag
t
(
'admins.stats.go'
),
class:
'btn btn-primary'
=
t
(
'.amount_of'
,
count:
@counter
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment