Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Jérome Perrin
gitlab-ce
Commits
d0463d2c
Commit
d0463d2c
authored
Jun 11, 2015
by
Robert Speicher
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix alignment of Behavior form; add documentation link
parent
13d9544d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
2 deletions
+4
-2
app/views/profiles/preferences/show.html.haml
app/views/profiles/preferences/show.html.haml
+4
-2
No files found.
app/views/profiles/preferences/show.html.haml
View file @
d0463d2c
...
...
@@ -7,7 +7,7 @@
access the site.
%hr
=
form_for
@user
,
url:
profile_preferences_path
,
remote:
true
,
method: :put
,
html:
{
class:
'js-preferences-form'
}
do
|
f
|
=
form_for
@user
,
url:
profile_preferences_path
,
remote:
true
,
method: :put
,
html:
{
class:
'js-preferences-form
form-horizontal
'
}
do
|
f
|
.panel.panel-default.application-theme
.panel-heading
Application theme
...
...
@@ -33,7 +33,9 @@
Behavior
.panel-body
.form-group
=
f
.
label
:dashboard
,
'Default Dashboard'
,
class:
'control-label'
=
f
.
label
:dashboard
,
class:
'control-label'
do
Default Dashboard
=
link_to
(
'(?)'
,
help_page_path
(
'profile'
,
'preferences'
)
+
'#default-dashboard'
,
target:
'_blank'
)
.col-sm-10
=
f
.
select
:dashboard
,
dashboard_choices
,
{},
class:
'form-control'
%p
.help-block.hint
...
...
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