Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
birger
users
Commits
9c4e4019
Commit
9c4e4019
authored
Mar 11, 2020
by
o@immerda.ch
Browse files
details
parent
be94c06d
Changes
2
Hide whitespace changes
Inline
Side-by-side
app/assets/stylesheets/application.scss
View file @
9c4e4019
...
...
@@ -25,6 +25,10 @@
}
}
input
[
type
=
"text"
],
input
[
type
=
"password"
]
{
max-width
:
400px
;
}
.content
{
margin
:
120px
auto
0
auto
;
padding
:
0
2em
;
...
...
app/views/app_passwords/show.html.erb
View file @
9c4e4019
...
...
@@ -19,6 +19,7 @@
</div>
<%
if
@passwords
.
present?
%>
<h5>
<%=
t
(
:app_passwords
)
%>
</h5>
<ul
class=
"list-group"
>
<%
@passwords
.
each
do
|
pw
,
lastlogin
|
%>
<li
class=
"list-group-item"
>
...
...
Write
Preview
Supports
Markdown
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