mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-01-22 23:48:18 +08:00
exposed prefixed ids for projects table [SCI_7172]
This commit is contained in:
parent
fbbe394029
commit
2c393a1bef
2 changed files with 1 additions and 3 deletions
|
@ -953,7 +953,6 @@ li.module-hover {
|
|||
display: flex;
|
||||
grid-column: 7;
|
||||
position: initial;
|
||||
display: block;
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -1056,7 +1055,6 @@ li.module-hover {
|
|||
grid-template-columns: max-content repeat(calc(var(--list-columns-number) - 2), minmax(100px, auto)) max-content;
|
||||
|
||||
.card {
|
||||
|
||||
&.folder-card {
|
||||
.name {
|
||||
grid-column: 6 span;
|
||||
|
|
|
@ -308,7 +308,7 @@ class Project < ApplicationRecord
|
|||
report.destroy if report.present?
|
||||
end
|
||||
|
||||
def code
|
||||
def code
|
||||
"PR#{id}"
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in a new issue