Sha256: 5cb2914532a9750404e57bdc42eb0994e465c812a5ff60407bb07c574515b623
Contents?: true
Size: 388 Bytes
Versions: 10
Compression:
Stored size: 388 Bytes
Contents
.actions - if can?(:create, @goal.tasks.new) = create_button new_goal_task_path(@goal), text: t("actions.goals.new_task") - if can?(:update, @goal) = update_button edit_goal_path(@goal) - if can?(:close, @goal) = lock_button close_goal_path(@goal), text: t("actions.close") - if can?(:open, @goal) = unlock_button open_goal_path(@goal), text: t("actions.open")
Version data entries
10 entries across 10 versions & 1 rubygems