mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-02-01 20:48:23 +08:00
styling
This commit is contained in:
parent
1606e2163c
commit
c13b8ab270
1 changed files with 6 additions and 6 deletions
|
@ -83,12 +83,12 @@ class Activity < ActiveRecord::Base
|
|||
.project_path(project)}'>
|
||||
#{project.name}</a>"
|
||||
experiment_m = "| #{I18n.t('search.index.experiment')}
|
||||
<a href='#{Rails
|
||||
.application
|
||||
.routes
|
||||
.url_helpers
|
||||
.canvas_experiment_path(my_module.experiment)}'>
|
||||
#{my_module.experiment.name}</a>" if my_module.experiment
|
||||
<a href='#{Rails
|
||||
.application
|
||||
.routes
|
||||
.url_helpers
|
||||
.canvas_experiment_path(my_module.experiment)}'>
|
||||
#{my_module.experiment.name}</a>" if my_module.experiment
|
||||
task_m = "| #{I18n.t('search.index.module')}
|
||||
<a href='#{Rails
|
||||
.application
|
||||
|
|
Loading…
Reference in a new issue