Skip to content

Commit 5d28673

Browse files
authored
Merge pull request #237 from coopdevs/fix_global_statics
Fix form submit and style classes
2 parents 7888553 + 45d89c3 commit 5d28673

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/views/statistics/statistics_global_activity.html.erb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<%= t 'global.statistics' %>: <%= t '.global_activity' %>
33
</h1>
44
<div>
5-
<div class="panel panel-default">
5+
<div class="panel panel-default" ng_controller="">
66
<div class="panel-body">
77
<ul class="nav nav-pills statistics">
88
<li>
@@ -25,7 +25,7 @@
2525
</li>
2626
</ul>
2727
</div>
28-
<form class="navbar-form navbar-right">
28+
<form class="form-inline text-right">
2929
<div class="form-group">
3030
<input class="form-control"
3131
id="datepicker_from"

0 commit comments

Comments
 (0)